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

Discriminator "bullies" generator #14

Open
eeilon79 opened this issue Nov 6, 2017 · 1 comment
Open

Discriminator "bullies" generator #14

eeilon79 opened this issue Nov 6, 2017 · 1 comment

Comments

@eeilon79
Copy link

eeilon79 commented Nov 6, 2017

Hi,
I've got the code running in Python 3.6/Keras 2.0 (Tensorflow backend). So far (epoch ~5000 out of the first 6000) there seems to be no convergence whatsoever, at least not of the generator loss. Discriminator loss is stuck on 0; generator loss is stuck on 16 (the maximum, no doubt), and the generated images are noise. Is this due to the face I've used tensorflow instead of theano? Or is this just some random draw effect?

@eeilon79
Copy link
Author

eeilon79 commented Nov 7, 2017

There's incosistency in the batch sizes and learning rates between the notebook MNIST_CNN_GAN.ipynb
MNIST_CNN_GAN_v2.ipynb which is the latest and the py file mnist_gan.py (which fits the graphic results). Which one is right? Does the genrrator have higher learning rate or vice versa?

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

1 participant