manicman1999/StyleGAN2-Tensorflow-2.0

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

Opened this issue · 1 comments

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

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