BMSG-GAN
BMSG-GAN copied to clipboard
Model collapse
Why are all the images generated by me using the trained network exactly the same? I observed the training process, and the images generated using different noises are still somewhat different, but gradually they become the same image. What is the reason? Is my training data too small?
I faced the same problem even trying to change the GAN structure, add batch normalization,.. Did you find the answer yet?
sorry, not yet...................
I'm facing the same issue while trying to train my own dataset. What is the size of your dataset?
400 images from LFW dataset. But I'm using celaba dataset now.
Hi guys! imho, 400 images is an extremely small dataset and mode collapse is expected. I'd suggest trying the data - augmentation suggested in https://arxiv.org/abs/2006.06676 rather than changing the network architecture. There also a very informative video about the paper here. Hope this helps!
Cheers :beers:!