File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ dataset=SBM_CLUSTER
2121tmux new -s screen_GT -d
2222tmux send-keys " source activate graph_transformer" C-m
2323tmux 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 "
3024python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
3125python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
3226python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_CLUSTER_500k_sparse_graph_BN.json' &
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ dataset=SBM_PATTERN
2121tmux new -s screen_GT -d
2222tmux send-keys " source activate graph_transformer" C-m
2323tmux 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 "
3024python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_PATTERN_500k_sparse_graph_BN.json' &
3125python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_PATTERN_500k_sparse_graph_BN.json' &
3226python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_SBMs_GraphTransformer_WLPE_PATTERN_500k_sparse_graph_BN.json' &
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ dataset=ZINC
2121tmux new -s screen_GT -d
2222tmux send-keys " source activate graph_transformer" C-m
2323tmux 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 "
3024python $code --dataset $dataset --gpu_id 0 --seed $seed0 --config 'configs/ablation_molecules_GraphTransformer_WLPE_ZINC_500k_sparse_graph_BN.json' &
3125python $code --dataset $dataset --gpu_id 1 --seed $seed1 --config 'configs/ablation_molecules_GraphTransformer_WLPE_ZINC_500k_sparse_graph_BN.json' &
3226python $code --dataset $dataset --gpu_id 2 --seed $seed2 --config 'configs/ablation_molecules_GraphTransformer_WLPE_ZINC_500k_sparse_graph_BN.json' &
You can’t perform that action at this time.
0 commit comments