-
Notifications
You must be signed in to change notification settings - Fork 99
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
256 pixels resolution not working, blank images generated #13
Comments
Yes, I have encountered the same issue. In my case, moving to 512x512, I needed to make the following changes:
|
You can have a look at my fork, where I've introduced support for 512x512 following the paper and @darknoon suggestions (disclaimer: I'm not very experienced with GANs/images so there's a non-negligible chance of bugs/something conceptually wrong). |
您好,我想咨询您是用的什么配置的gpu,1050完全不能够运行。 |
I am training on my custom dataset, which works really good with the default 128 pixels resolution.
I tried setting imsize=256, and using hinge loss.
The generated images are always blank white.
When looking at the program output, the values of the discriminator for both true and generated images are always 0.0 , so obviously something does not work right.
My hypothesis: the fixed count of layers in the generator and discriminator are set for 128 pixels resolution, will adding more conv blocks at some place fix the behaviour for 256 pixels resolution?
thanks a lot for the help
The text was updated successfully, but these errors were encountered: