-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathssrnet_plot.sh
29 lines (25 loc) · 2.14 KB
/
ssrnet_plot.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
python plot_reg.py --input ssrnet_3_3_3_64_0.0_0.0/history_ssrnet_3_3_3_64_0.0_0.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.0_0.25/history_ssrnet_3_3_3_64_0.0_0.25.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.0_0.5/history_ssrnet_3_3_3_64_0.0_0.5.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.0_0.75/history_ssrnet_3_3_3_64_0.0_0.75.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.0_1.0/history_ssrnet_3_3_3_64_0.0_1.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.25_0.0/history_ssrnet_3_3_3_64_0.25_0.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.25_0.25/history_ssrnet_3_3_3_64_0.25_0.25.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.25_0.5/history_ssrnet_3_3_3_64_0.25_0.5.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.25_0.75/history_ssrnet_3_3_3_64_0.25_0.75.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.25_1.0/history_ssrnet_3_3_3_64_0.25_1.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.5_0.0/history_ssrnet_3_3_3_64_0.5_0.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.5_0.25/history_ssrnet_3_3_3_64_0.5_0.25.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.5_0.5/history_ssrnet_3_3_3_64_0.5_0.5.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.5_0.75/history_ssrnet_3_3_3_64_0.5_0.75.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.5_1.0/history_ssrnet_3_3_3_64_0.5_1.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.75_0.0/history_ssrnet_3_3_3_64_0.75_0.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.75_0.25/history_ssrnet_3_3_3_64_0.75_0.25.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.75_0.5/history_ssrnet_3_3_3_64_0.75_0.5.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.75_0.75/history_ssrnet_3_3_3_64_0.75_0.75.h5
python plot_reg.py --input ssrnet_3_3_3_64_0.75_1.0/history_ssrnet_3_3_3_64_0.75_1.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_1.0_0.0/history_ssrnet_3_3_3_64_1.0_0.0.h5
python plot_reg.py --input ssrnet_3_3_3_64_1.0_0.25/history_ssrnet_3_3_3_64_1.0_0.25.h5
python plot_reg.py --input ssrnet_3_3_3_64_1.0_0.5/history_ssrnet_3_3_3_64_1.0_0.5.h5
python plot_reg.py --input ssrnet_3_3_3_64_1.0_0.75/history_ssrnet_3_3_3_64_1.0_0.75.h5
python plot_reg.py --input ssrnet_3_3_3_64_1.0_1.0/history_ssrnet_3_3_3_64_1.0_1.0.h5