Update scripts/test/test.sh
Browse files- 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 |
-
--
|
| 3 |
-
--
|
| 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 \
|