Implementation of GAN papers, all using cifar10 dataset in this project.
ATTENTION: To compare the differences of GAN methods, the hyperparameters in this project are not exactly same as papers. Architecture of generators and discriminators are as similar as possible, and using same optimizer setting.
python==3.6
tensorflow==2.0
- DCGAN - Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks link
- LSGAN - Loss-Sensitive Generative Adversarial Networks on Lipschitz Densities link
- WGAN-GP - Improved Training of Wasserstein GANs link
- SNGAN - Spectral Normalization for Generative Adversarial Networks link
- SAGAN - Self-Attention Generative Adversarial Networks link
Name | 50 epochs |
---|---|
DCGAN | |
LSGAN | |
WGAN-GP | |
SNGAN | |
SAGAN |