Skip to content
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 DCGAN will result in gray images #17

Open
mojganaz opened this issue Nov 25, 2017 · 4 comments
Open

Training DCGAN will result in gray images #17

mojganaz opened this issue Nov 25, 2017 · 4 comments

Comments

@mojganaz
Copy link

mojganaz commented Nov 25, 2017

I am using train_dcgan.py to train the network over outdoor_64 images. However, after about 10 epochs of training, the generated images by the network become gray. Here is an example output file:
gen_00011

Any idea on what the problem could be?

@boluoweifenda
Copy link

@mojganaz I have the same question, I think it may be caused by some hyperparameters and generator "learns" to produce gray images to minimize it's loss function. I haven't fix the problem yet, please let me know if you have any idea, thanks!

@junyanz
Copy link
Owner

junyanz commented Dec 23, 2017

It happened sometimes for DCGAN training. I would recommend that you use the latest GAN models as backend such as progressive-gans.

@AbhishekSen
Copy link

@mojganaz Same problem here , did you find out what was the issue and how did you fix it ?

@junyanz
Copy link
Owner

junyanz commented Mar 25, 2019

DCGAN is pretty old. If you just need to train a GAN model, you can probably try more recent work such as GAN-stability or style-gan .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants