-
Notifications
You must be signed in to change notification settings - Fork 48
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
Training error #11
Comments
Have same error. Please help! |
Change this parameter to 48:
It controls the input channel, 48 means 48x16=768 channels. Face-Renovation/models/networks/generator.py Lines 195 to 206 in b5f5e9e
The training will work in this case, but I don't know if the result will be good... The code seems too messy... |
@kwea123 Thanks for mentioning. The code has now been reformatted and should work for both 48 and 64. Face-Renovation/models/networks/generator.py Lines 195 to 206 in 2e55e15
Most experiments reported in the paper are trained with |
Hello again, I got this training error when running "train.py", how can I solve this?
I've done exactly what you described for degrade.py, input 512x512 image and produce a paired image which is 512x1024.
Here's the training config
thank you!
The text was updated successfully, but these errors were encountered: