-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuper.sh
27 lines (14 loc) · 960 Bytes
/
super.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
python train.py --upsample_scale 3 --scale 2 --style avg --resume
python train.py --upsample_scale 3 --scale 2 --style bicubic --resume
# ------------------------------------------------------------------
python train.py --upsample_scale 4 --scale 3 --style avg --resume
python train.py --upsample_scale 4 --scale 3 --style bicubic --resume
python train.py --upsample_scale 4 --scale 3 --style bicubic --gaussian --resume
# -----------------------------------------------------------------
python train.py --upsample_scale 5 --scale 4 --style avg --resume
python train.py --upsample_scale 5 --scale 4 --style bicubic --resume
python train.py --upsample_scale 5 --scale 4 --style bicubic --gaussian --resume
#----------------------------------------------------------------
python train.py --upsample_scale 2 --scale 2 --style xtox
python train.py --upsample_scale 3 --scale 3 --style xtox
python train.py --upsample_scale 4 --scale 4 --style xtox