-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i got no such options #20
Comments
Exactly saying, |
That's weird, --test_type='test_lr_images' is the string that it is checking for. have you edited something? |
Hi, it should be: test_type=test_lr_images, you have to remove the parentheses. By the way after this I got another error: |
does #12 solve that problem? - i had a problem with the LR test images trying to be downscaled. |
Hi.
No it does not :(
2019-09-11 15:06 GMT+01:00, mrciolino <notifications@github.com>:
… does #12 solve that problem? - i had a problem with the LR test images
trying to be downscaled.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#20 (comment)
|
Could you give some more info on the resolution of images you are working with? For example, I trained a few GANs on 320x320 with 4x downsampling to 80x80. I've found it easier and better to learn by using your own images. Image Magick was a strong command-line tool I used to resize, crop, or tile images. |
python test.py --input_low_res='./data_lr/' --output_dir='./output/' --number_of_images=1 --test_type='test_lr_images'
Then,i got message 'no such options'
Sorry,Idont know why.
The text was updated successfully, but these errors were encountered: