TensorFlow implementation of Wasserstein GAN (WGAN) 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] Martin Arjovsky et al. (2017). Wasserstein GAN. arXiv preprint arXiv:1701.07875.