-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.sh
60 lines (58 loc) · 5.28 KB
/
search.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
cd src
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_2_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_2_2_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_4_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_4_2_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_4_4_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_2_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_4_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_8_1 c_6_8_4_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_2_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_2_2_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_4_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_4_2_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_4_4_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_2_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_4_1 c_6_8_8_2 &
nohup python train_iteration.py blackscholes 8 0.1 3 20000 20000 128 128 a_6_8_8_1 c_6_8_8_2 &
# nohup python train_iteration.py blackscholes 100 0.1 4 20000 2000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.025 4 20000 2000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.05 4 20000 2000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.075 4 20000 2000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.1 4 20000 2000 256 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.1 4 40000 2000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.1 4 20000 2000 64 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.1 4 40000 2000 256 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 100 0.1 4 40000 2000 512 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py fft 100 0.1 4 20000 2000 128 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.025 4 20000 2000 128 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.05 4 20000 2000 128 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.075 4 20000 2000 128 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.1 4 20000 2000 256 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.1 4 40000 2000 128 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.1 4 20000 2000 64 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.1 4 40000 2000 256 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py fft 100 0.1 4 40000 2000 512 128 a_1_4_4_2 c_1_4_2 &
# nohup python train_iteration.py blackscholes 10 0.1 4 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.1 3 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.1 2 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.1 1 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.1 0 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.025 4 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.025 3 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.025 2 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.025 1 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.025 0 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.05 4 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.05 3 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.05 2 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.05 1 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.05 0 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.075 4 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.075 3 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.075 2 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.075 1 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
# nohup python train_iteration.py blackscholes 10 0.075 0 400000 20000 128 128 a_6_8_8_1 c_6_8_2 &
#python train_iteration.py blackscholes 5 0.1 2 20 20 128 128 a_6_8_8_1 c_6_8_2