Tensorflow implementation and benchmark of diffrent GANs
- DCGAN
- WGAN
- BEGAN
- MAD-GAN
- GoGAN
- ...
- Impl. DCGAN, GoGAN, WGAN
- Impl. BEGAN, MAD-GAN
- Reproduce GANs on MNIST and CelebA datasets
- Impl. training & evaluation on synthetic datasets
- Add sample results
- Impl. better evaluation function for real images (e.g. IvOM, energy dist., ...)
- Impl. a result logger
- Compare GANs (synthetic and MNIST)
- Add more GAN implementations
170718 / Comparison of different GAN models on synthetic datasets