-
Notifications
You must be signed in to change notification settings - Fork 0
/
eval_all.sh
executable file
·156 lines (150 loc) · 34.5 KB
/
eval_all.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#!/usr/bin/env bash
# Activate your virtual env.
# ==============================================================================
cudaid=$1
export CUDA_VISIBLE_DEVICES=$cudaid
root="/home/absolute-path-2/benchmark-deep-super-resolution-for-microscopy"
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_641499__1617383-tsk_super-resolution-x_2-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_21_2023_07_59_15_640862__2366631-tsk_super-resolution-x_2-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_19_2023_17_22_14_708626__8881047-tsk_super-resolution-x_2-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_233091__1770515-tsk_super-resolution-x_4-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_284258__5406979-tsk_super-resolution-x_4-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_277781__6821761-tsk_super-resolution-x_4-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_206203__9954454-tsk_super-resolution-x_8-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_205458__973579-tsk_super-resolution-x_8-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ACT/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_01_2024_08_25_47_215018__9974648-tsk_super-resolution-x_8-netG_ACT-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_648902__4870733-tsk_super-resolution-x_2-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_20_2023_08_25_28_694423__9772409-tsk_super-resolution-x_2-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_20_2023_08_25_28_688003__9699755-tsk_super-resolution-x_2-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_240533__3938540-tsk_super-resolution-x_4-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_369472__1733148-tsk_super-resolution-x_4-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_362356__3967614-tsk_super-resolution-x_4-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_214876__9672810-tsk_super-resolution-x_8-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_214163__7797469-tsk_super-resolution-x_8-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DBPN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_213442__831093-tsk_super-resolution-x_8-netG_DBPN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_18_2023_15_02_35_830587__3898857-tsk_super-resolution-x_2-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_18_2023_09_20_27_715334__8793100-tsk_super-resolution-x_2-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_18_2023_09_20_27_709413__6990186-tsk_super-resolution-x_2-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_07_2024_12_18_31_783332__1650091-tsk_super-resolution-x_4-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_31_2023_10_27_03_722779__5328574-tsk_super-resolution-x_4-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_31_2023_10_27_03_715941__2757446-tsk_super-resolution-x_4-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_12_2024_17_31_52_925953__5492380-tsk_super-resolution-x_8-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_22_29_02_449061__12857-tsk_super-resolution-x_8-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DFCAN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_11_2024_23_29_32_037089__7110551-tsk_super-resolution-x_8-netG_DFCAN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_17_2023_15_58_39_054867__7617920-tsk_super-resolution-x_2-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_20_2023_20_33_43_216329__2628954-tsk_super-resolution-x_2-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_21_2023_08_53_12_247662__5136658-tsk_super-resolution-x_2-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_229309__5254793-tsk_super-resolution-x_4-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_194882__2514258-tsk_super-resolution-x_4-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_166593__7408390-tsk_super-resolution-x_4-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_203974__1988987-tsk_super-resolution-x_8-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_203267__8397159-tsk_super-resolution-x_8-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/DRRN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_202559__8647954-tsk_super-resolution-x_8-netG_DRRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_2_in_256_out_512_cell_CELL0/id_10_26_2024_07_36_45_583620__3196873-tsk_super-resolution-x_2-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_2_in_256_out_512_cell_CELL1/id_10_26_2024_07_36_45_582934__6973845-tsk_super-resolution-x_2-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_2_in_256_out_512_cell_CELL2/id_10_26_2024_07_36_45_581905__4039833-tsk_super-resolution-x_2-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_4_in_128_out_512_cell_CELL0/id_10_26_2024_07_38_23_167702__8938433-tsk_super-resolution-x_4-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_4_in_128_out_512_cell_CELL1/id_10_26_2024_07_38_23_167025__4292725-tsk_super-resolution-x_4-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_4_in_128_out_512_cell_CELL2/id_10_26_2024_07_38_23_165899__1397821-tsk_super-resolution-x_4-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_8_in_64_out_512_cell_CELL0/id_10_26_2024_07_40_00_154602__601291-tsk_super-resolution-x_8-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_8_in_64_out_512_cell_CELL1/id_10_26_2024_07_40_00_153874__1765704-tsk_super-resolution-x_8-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/EDSR_LIIF/caco2_train_X_8_in_64_out_512_cell_CELL2/id_10_26_2024_07_40_00_152837__1041104-tsk_super-resolution-x_8-netG_EDSR_LIIF-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_643353__6275067-tsk_super-resolution-x_2-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_19_2023_21_39_35_056529__2703846-tsk_super-resolution-x_2-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_19_2023_21_39_35_050573__3215344-tsk_super-resolution-x_2-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_234949__6766483-tsk_super-resolution-x_4-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_306855__6761704-tsk_super-resolution-x_4-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_299530__5391521-tsk_super-resolution-x_4-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_208384__9511054-tsk_super-resolution-x_8-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_207671__9219058-tsk_super-resolution-x_8-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ENLCN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_206936__8772153-tsk_super-resolution-x_8-netG_ENLCN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_2_in_256_out_512_cell_CELL0/id_01_05_2024_08_58_04_172205__4178971-tsk_super-resolution-x_2-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_2_in_256_out_512_cell_CELL1/id_01_05_2024_08_58_04_171572__9091461-tsk_super-resolution-x_2-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_19_2023_02_06_37_326460__4166173-tsk_super-resolution-x_2-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_231156__2993047-tsk_super-resolution-x_4-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_263088__5197712-tsk_super-resolution-x_4-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_256387__8945025-tsk_super-resolution-x_4-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_13_2024_10_12_32_661463__9803615-tsk_super-resolution-x_8-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_11_2024_08_15_09_396326__92353-tsk_super-resolution-x_8-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/GRL/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_10_2024_10_17_32_788434__492-tsk_super-resolution-x_8-netG_GRL-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_650718__2900889-tsk_super-resolution-x_2-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_20_2023_08_25_28_713525__12220-tsk_super-resolution-x_2-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_20_2023_08_25_28_706803__1415257-tsk_super-resolution-x_2-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_12_27_2023_18_06_48_395972__1452325-tsk_super-resolution-x_4-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_01_06_2024_08_30_02_241748__8436601-tsk_super-resolution-x_4-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_01_06_2024_08_30_02_241142__2683444-tsk_super-resolution-x_4-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_216989__7980427-tsk_super-resolution-x_8-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_216290__551065-tsk_super-resolution-x_8-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MSLapSRN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_215589__4038491-tsk_super-resolution-x_8-netG_MSLapSRN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_18_2023_09_18_07_544529__8902755-tsk_super-resolution-x_2-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_17_2023_16_00_09_601366__4151656-tsk_super-resolution-x_2-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_17_2023_16_00_09_595768__2947131-tsk_super-resolution-x_2-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_07_2024_12_18_31_781166__1763712-tsk_super-resolution-x_4-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_242308__5715776-tsk_super-resolution-x_4-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_234115__9122163-tsk_super-resolution-x_4-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_12_2024_17_31_52_923759__7082383-tsk_super-resolution-x_8-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_11_2024_23_29_32_035645__9637051-tsk_super-resolution-x_8-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/MemNet/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_22_29_02_445945__8464205-tsk_super-resolution-x_8-netG_MemNet-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_645211__1414817-tsk_super-resolution-x_2-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_19_2023_21_39_35_074813__7906507-tsk_super-resolution-x_2-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_19_2023_21_39_35_068621__5238095-tsk_super-resolution-x_2-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_236826__900828-tsk_super-resolution-x_4-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_327586__1477777-tsk_super-resolution-x_4-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_320810__2102407-tsk_super-resolution-x_4-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_210561__262698-tsk_super-resolution-x_8-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_209834__1830509-tsk_super-resolution-x_8-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/NLSN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_209108__1924555-tsk_super-resolution-x_8-netG_NLSN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_639586__5670455-tsk_super-resolution-x_2-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_19_2023_10_55_46_624212__6139833-tsk_super-resolution-x_2-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_19_2023_10_55_46_617589__4753165-tsk_super-resolution-x_2-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_07_2024_12_18_31_787792__7643232-tsk_super-resolution-x_4-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_31_2023_16_29_57_224042__8605810-tsk_super-resolution-x_4-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_31_2023_16_29_57_215717__2952502-tsk_super-resolution-x_4-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_22_29_02_454027__5047228-tsk_super-resolution-x_8-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_22_29_02_453304__3634165-tsk_super-resolution-x_8-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/OmniSR/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_14_2024_00_11_43_279326__7882598-tsk_super-resolution-x_8-netG_OmniSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_652614__2869736-tsk_super-resolution-x_2-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_20_2023_08_25_28_733101__48559-tsk_super-resolution-x_2-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_20_2023_08_25_28_725969__4962042-tsk_super-resolution-x_2-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_244269__1070660-tsk_super-resolution-x_4-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_410200__6439459-tsk_super-resolution-x_4-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_403047__7655724-tsk_super-resolution-x_4-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_219232__5352236-tsk_super-resolution-x_8-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_218466__1100608-tsk_super-resolution-x_8-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/ProSR/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_217721__8416530-tsk_super-resolution-x_8-netG_ProSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_17_2023_10_19_26_717118__7882198-tsk_super-resolution-x_2-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_16_2023_23_21_21_525355__5216443-tsk_super-resolution-x_2-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_11_17_2023_08_24_36_152165__1783144-tsk_super-resolution-x_2-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_225615__8095725-tsk_super-resolution-x_4-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_110314__25124-tsk_super-resolution-x_4-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_103760__1038054-tsk_super-resolution-x_4-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_199736__5299503-tsk_super-resolution-x_8-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_198973__3501897-tsk_super-resolution-x_8-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRCNN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_197976__3451887-tsk_super-resolution-x_8-netG_SRCNN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_647072__5767746-tsk_super-resolution-x_2-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_20_2023_08_25_28_674527__9303057-tsk_super-resolution-x_2-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_20_2023_08_25_28_667915__6939465-tsk_super-resolution-x_2-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_238678__6228348-tsk_super-resolution-x_4-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_347076__9049182-tsk_super-resolution-x_4-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_341901__3346798-tsk_super-resolution-x_4-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_212731__5871996-tsk_super-resolution-x_8-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_212010__9723832-tsk_super-resolution-x_8-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/SRFBN/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_211292__9036577-tsk_super-resolution-x_8-netG_SRFBN-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_21_2023_07_59_15_633929__2333959-tsk_super-resolution-x_2-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_20_2023_20_33_43_199219__9165375-tsk_super-resolution-x_2-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_16_2023_13_17_28_009323__2783001-tsk_super-resolution-x_2-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_4_in_128_out_512_cell_CELL0/id_01_06_2024_08_30_02_227460__1176476-tsk_super-resolution-x_4-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_27_2023_18_06_48_130799__895863-tsk_super-resolution-x_4-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_27_2023_18_06_48_123110__7737580-tsk_super-resolution-x_4-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_11_33_29_201855__5551099-tsk_super-resolution-x_8-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_08_2024_11_33_29_201150__9055847-tsk_super-resolution-x_8-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/VDSR/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_08_2024_11_33_29_200445__3991414-tsk_super-resolution-x_8-netG_VDSR-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_2_in_256_out_512_cell_CELL0/id_12_18_2023_21_16_48_185337__3628731-tsk_super-resolution-x_2-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_2_in_256_out_512_cell_CELL1/id_12_21_2023_07_59_15_635211__7114151-tsk_super-resolution-x_2-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_2_in_256_out_512_cell_CELL2/id_12_18_2023_21_16_48_173392__5512337-tsk_super-resolution-x_2-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_4_in_128_out_512_cell_CELL0/id_12_31_2023_13_30_25_979449__6402389-tsk_super-resolution-x_4-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_4_in_128_out_512_cell_CELL1/id_12_31_2023_13_30_25_972703__6569468-tsk_super-resolution-x_4-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_4_in_128_out_512_cell_CELL2/id_12_31_2023_13_30_25_963973__7444640-tsk_super-resolution-x_4-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_8_in_64_out_512_cell_CELL0/id_01_08_2024_22_29_02_451879__65476-tsk_super-resolution-x_8-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_8_in_64_out_512_cell_CELL1/id_01_13_2024_10_12_32_656267__4995851-tsk_super-resolution-x_8-netG_swinir-sd_0-l2_yes-ssim_yes
python eval.py --cudaid 0 --exp_path $root/shared-trained-models/SURVEY_ABLATIONS/super-resolution/swinir/caco2_train_X_8_in_64_out_512_cell_CELL2/id_01_11_2024_23_29_32_039193__8492855-tsk_super-resolution-x_8-netG_swinir-sd_0-l2_yes-ssim_yes