-
Notifications
You must be signed in to change notification settings - Fork 3
/
test_iso_stage4.sh
28 lines (28 loc) · 1015 Bytes
/
test_iso_stage4.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
CUDA_VISIBLE_DEVICES=1 python3 main_stage4.py --dir_data='/mnt/bn/xiabinsr/datasets' \
--model='blindsr' \
--scale='4' \
--blur_type='iso_gaussian' \
--noise=0.0 \
--sig_min=0.2 \
--sig_max=4.0 \
--sig 3.6 \
--save ours_iso_36\
--n_GPUs=1 \
--epochs_encoder 100 \
--epochs_sr 500 \
--data_test Set14 \
--st_save_epoch 480 \
--n_feats 128 \
--patch_size 48 \
--task_iter 5 \
--test_iter 5 \
--meta_batch_size 5 \
--batch_size 16 \
--lr_sr 1e-4 \
--lr_task 1e-2 \
--lr_encoder 1e-4 \
--pre_train_ST="./experiment/iso_ST.pt" \
--pre_train="./experiment/iso_ST.pt" \
--save_results False \
--resume 0 \
--test_only