-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_all_ablations.sh
123 lines (101 loc) · 6.35 KB
/
run_all_ablations.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#!/usr/bin/env bash
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1111111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0001111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0001111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0001111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0001111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0001111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0010111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0010111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0010111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0010111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0010111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0011011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0011011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0011011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0011011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0011011
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0011101
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0011110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0011110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0011110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0011110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0011110
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0011111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0111101
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1111110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1111110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1111110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1111110 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1111110
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 0111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 0111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 0111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 0111111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 0111111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1011101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1011101
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1011111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1011111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1101101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1101101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1101101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1101101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1101101
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1101111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1101111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1101111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1101111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1101111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1110101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1110101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1110101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1110101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1110101
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1110111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1110111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1110111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1110111 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1110111
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1111001 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1111001 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1111001 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1111001 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1111001
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1111011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1111011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1111011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1111011 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1111011
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1111100 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1111100 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1111100 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1111100 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1111100
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 1 1111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 2 1111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 3 1111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 4 1111101 &
CUDA_VISIBLE_DEVICES=1 python3.6 extract_ablation.py 5 1111101