Skip to content

Commit f2208c1

Browse files
clean scripts
1 parent 7098a95 commit f2208c1

3 files changed

Lines changed: 0 additions & 18 deletions

scripts/SBMs/script_main_SBMs_node_classification_CLUSTER_500k_WL_ablation.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ dataset=SBM_CLUSTER
2121
tmux new -s screen_GT -d
2222
tmux send-keys "source activate graph_transformer" C-m
2323
tmux send-keys "
24-
python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
25-
python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
26-
python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
27-
python $code --dataset $dataset --gpu_id 3 --seed $seed3 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
28-
wait" C-m
29-
tmux send-keys "
3024
python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
3125
python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
3226
python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_CLUSTER_500k_sparse_graph_BN.json' &

scripts/SBMs/script_main_SBMs_node_classification_PATTERN_500k_WL_ablation.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ dataset=SBM_PATTERN
2121
tmux new -s screen_GT -d
2222
tmux send-keys "source activate graph_transformer" C-m
2323
tmux send-keys "
24-
python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_PATTERN_500k_sparse_graph_BN.json' &
25-
python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_PATTERN_500k_sparse_graph_BN.json' &
26-
python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_PATTERN_500k_sparse_graph_BN.json' &
27-
python $code --dataset $dataset --gpu_id 3 --seed $seed3 --config 'configs/ablation_SBMs_GraphTransformer_LapPE_WLPE_PATTERN_500k_sparse_graph_BN.json' &
28-
wait" C-m
29-
tmux send-keys "
3024
python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_PATTERN_500k_sparse_graph_BN.json' &
3125
python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_PATTERN_500k_sparse_graph_BN.json' &
3226
python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_PATTERN_500k_sparse_graph_BN.json' &

scripts/ZINC/script_main_molecules_graph_regression_ZINC_500k_WL_ablation.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ dataset=ZINC
2121
tmux new -s screen_GT -d
2222
tmux send-keys "source activate graph_transformer" C-m
2323
tmux send-keys "
24-
python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_molecules_GraphTransformer_LapPE_WLPE_ZINC_500k_sparse_graph_BN.json' &
25-
python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_molecules_GraphTransformer_LapPE_WLPE_ZINC_500k_sparse_graph_BN.json' &
26-
python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_molecules_GraphTransformer_LapPE_WLPE_ZINC_500k_sparse_graph_BN.json' &
27-
python $code --dataset $dataset --gpu_id 3 --seed $seed3 --config 'configs/ablation_molecules_GraphTransformer_LapPE_WLPE_ZINC_500k_sparse_graph_BN.json' &
28-
wait" C-m
29-
tmux send-keys "
3024
python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_molecules_GraphTransformer_WLPE_ZINC_500k_sparse_graph_BN.json' &
3125
python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_molecules_GraphTransformer_WLPE_ZINC_500k_sparse_graph_BN.json' &
3226
python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_molecules_GraphTransformer_WLPE_ZINC_500k_sparse_graph_BN.json' &

0 commit comments

Comments
 (0)