CARN-pytorch icon indicating copy to clipboard operation
CARN-pytorch copied to clipboard

Confused with "--sample" params and can't find any outputs during testing

Open DemonsHunter opened this issue 3 years ago • 0 comments

Thank you for sharing this fast and tidy code!

But I am slightly confused with "--sample" params and can't find any outputs during testing

Here is what I command and the output:

(pytorch0.4.0) user_name@server_name:~/CARN$ python carn/sample.py --model carn --test_data_dir dataset/DIV2K/DIV2K_valid_LR_bicubic/X2 --scale 2 --ckpt_path checkpoint/carn.pth { "ckpt_path": "checkpoint/carn.pth", "cuda": false, "group": 1, "model": "carn", "sample_dir": null, "scale": 2, "shave": 20, "test_data_dir": "dataset/DIV2K/DIV2K_valid_LR_bicubic/X2" }

What shall I do with this sisuation? Thank you for your help!

DemonsHunter avatar Mar 26 '21 07:03 DemonsHunter