forked from wwMark/meshgraphnets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_job.sh
executable file
·101 lines (85 loc) · 3.34 KB
/
all_job.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#!/bin/bash
sbatch --gres=gpu -t 48:00:00 -p gpu_8 deform_noripple_sum_attention_15.sh
sleep 2
######
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_noattention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_noattention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_noattention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_noattention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_noattention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_noattention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_noattention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_noattention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_noattention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_noattention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_noattention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_noattention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_noattention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_noattention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_noattention_15.sh
sleep 2
###
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_attention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_attention_5.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_attention_7.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_attention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_max_attention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_attention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_attention_5.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_attention_7.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_attention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_mean_attention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_attention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_attention_5.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_attention_7.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_attention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_min_attention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_attention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_attention_5.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_attention_7.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_attention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_pna_attention_15.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_attention_3.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_attention_5.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_attention_7.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_attention_10.sh
sleep 2
sbatch --gres=gpu -t 48:00:00 -p gpu_8 cloth_noripple_sum_attention_15.sh
sleep 2