GAN-tensorflow

This's a re-implementation of generative adversarial networks using tensorflow.

MIT License

Stars
8

Generative adversarial networks

This's a reimplementation of generative adversarial networks using tensorflow.

Usage

  • download fashion-mnist in "data" folder

  • run python gan.py

Training monitoring

Discriminator loss Generator loss

Model Output samples

This's the network output during the training.

References