TensorFlow implementation of Generative Adversarial Networks (GAN) with MNIST dataset.
Loss graph in the training procedure.
Each graph shows loss of the discriminator and loss of the generator respectively.
- Python 3.7.4
- Tensorflow 1.14.0
- Numpy 1.17.1
- Matplotlib 3.1.1
- Scikit Learn (sklearn) 0.21.3
[1] Ian Goodfellow et al. (2014). Generative Adversarial Nets. NIPS (NeurIPS).