File size: 290 Bytes
2541ce6 |
1 2 3 4 5 |
#!/bin/bash
bash ./prepare.sh
CUDA_VISIBLE_DEVICES=0 python main.py --n_GPUs 1 --lr 1e-5 --batch_size 16 --save_models --epoch 100 --model PANET \
--scale 50 --patch_size 48 --reset --save MDSR_att_N50 --n_feats 64 --data_train DIV2K --chop --dir_data="/data/ssd/public/liuhy/sr/dataset"
|