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

Why in my training, not the same as Latent have the same generator pictures #7

Open
zpc333 opened this issue Jun 8, 2020 · 1 comment

Comments

@zpc333
Copy link

zpc333 commented Jun 8, 2020

Why in my training, Latent not same ,but have the same generator pictures?

im_size = 256
latent_size = 512
BATCH_SIZE = 4
cha = 24

1333618

@IIIBlueberry
Copy link

It's called Mode collapse where the GAN generates same images(limited sample variety), despite different latent variables
see here for more info
https://cedar.buffalo.edu/~srihari/CSE676/22.3-GAN%20Mode%20Collapse.pdf
https://developers.google.com/machine-learning/gan/problems#mode-collapse

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

2 participants