-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error when running Celebahq (edge-to-face) #3
Comments
@panzhang0212 do you have any idea about this error? thanks. |
Hi, I run the code with resolution 128, but do not find any problem in the code. What's your command? if you run with 128, you need to add "--load_size 128 ---load_size 128" to the command. load_size can be larger than 128 (for exemple, 156) to do augmentation. |
Thanks for your reply. For me, the problem is solved by setting the self.preprocess_input(data, ) to self.preprocess_input(data.copy(), ) in line 52 of pix2pix_model.py. CoCosNet/models/pix2pix_model.py Line 52 in 3db703a
|
This method is effective in the training phase, but needs to be changed back to the |
I follow the setting of 3) Celebahq (edge-to-face), only changing the image size to 128. The error is shown as below:
The text was updated successfully, but these errors were encountered: