-
Notifications
You must be signed in to change notification settings - Fork 71
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
fine-tune error #11
Comments
Hi, the error is thrown because the input image (opt.input_name) does not exist (see Line 61 in 52193b4
It seems something with your --input_name does not work as it also does not print you input_name argument. Can you try putting the image into the same directory as main_train.py to make sure it's not something due to the different path formatting (Windows vs Ubuntu) again? Also, is it correct that --input_name is a jpg but the naive image is a png? |
The same error is still occurring even if I made the images (naive & input_name) to the same directory as main_train.py |
Hm, maybe you can just hardcode the paths to the two images in the code directly to get it to work for now? It might also work if you use the absolute path to the images instead of the relative ones. |
Hi, I am trying to use the fine-tune function but this error always comes up
cmd input:
But this error pops up:
The error also skipped the
-test-p
ofConSinGAN-test-p
and outputting onlyG:/projects/ConSinGAN
I am using Windows and you told me last time to change
main_train.py
line 107 tofyi.
Thank you
The text was updated successfully, but these errors were encountered: