Skip to content

adler-j/minimal_wgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A minimal implementation of Wasserstein GAN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages