File size: 554 Bytes
8cb1339
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

bash ./prepare.sh

CUDA_VISIBLE_DEVICES=2,3 python main.py --n_GPUs 2 --lr 1e-4 --decay 200-400-600-800 --epoch 1000 --batch_size 16 --n_resblocks 20 --save_models \
--model LAMBDANET --scale 1 --patch_size 48 --save LAMBDA_DEMOSAIC20_R4_detach --n_feats 64 --data_train DIV2K --recurrence 4 --detach --amp

# python main.py --model LAMBDANET --n_resblocks 20 --recurrence 1 --save_results --n_GPUs 1 --chop --data_test McM+Kodak24+CBSD68+Urban100 --scale 1 \
# --pre_train ../experiment/LAMBDA_DEMOSAIC20_R1/model/model_best.pt --test_only