Minimal Wgan Save

A minimal implementation of Wasserstein GAN

Project README

Minimal Wasserstein GAN

This is a simple TensorFlow implementation of Wasserstein Generative Advesarial Networks applied to MNIST.

Some example generated digits:

WGAN results

How to run

Simply run the file wgan_mnist.py. Results will be displayed in real time, while full training takes about an hour using a GPU.

Implementation details

The implementation follows Improved Training of Wasserstein GANs, using the network from the accompanying code. In particular both the generator and discriminator uses 3 convolutional layers with 5x5 convolutions.

Open Source Agenda is not affiliated with "Minimal Wgan" Project. README Source: adler-j/minimal_wgan
Stars
44
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating