Skip to content
/ wgan Public

Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)

Notifications You must be signed in to change notification settings

jiamings/wgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages