Joypop commited on
Commit
e518cbe
·
verified ·
1 Parent(s): b7746dd

Update scripts/test/test.sh

Browse files
Files changed (1) hide show
  1. scripts/test/test.sh +2 -2
scripts/test/test.sh CHANGED
@@ -1,6 +1,6 @@
1
  CUDA_VISIBLE_DEVICES=0, python GDPOSR/inferences/test.py \
2
- --input_image test_LR \
3
- --output_dir experiment/GDPOSR \
4
  --pretrained_path ckp/GDPOSR \
5
  --pretrained_model_name_or_path stable-diffusion-2-1-base \
6
  --ram_ft_path ckp/DAPE.pth \
 
1
  CUDA_VISIBLE_DEVICES=0, python GDPOSR/inferences/test.py \
2
+ --input_path test_LR \
3
+ --output_path experiment/GDPOSR \
4
  --pretrained_path ckp/GDPOSR \
5
  --pretrained_model_name_or_path stable-diffusion-2-1-base \
6
  --ram_ft_path ckp/DAPE.pth \