Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 293 Bytes

Wasserstein GAN

Tensorflow implementation of Wasserstein GAN.

Two versions:

  • wgan.py: the original clipping method.
  • wgan_v2.py: the gradient penalty method. (Improved Training of Wasserstein GANs).

How to run (an example):

python wgan_v2.py --data mnist --model mlp --gpus 0