Skip to content

hvy/chainer-wasserstein-gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasserstein GAN

Chainer implementation of the Wasserstein GAN by Martin Arjovsky et al. Note that this is not the official implementation. The official implementation is https://github.com/martinarjovsky/WassersteinGAN.

Also, a summary of the paper can be found here. It explains the intuition behind the approximation of the EM distance and the problem with the Jensen-Shannon divergence.

Run

Train the models with CIFAR-10. Images will be randomly sampled from the generator after each epoch, and saved under a subdirectory result/ (which is created automatically).

python train.py --batch-size 64 --epochs 100 --gpu 1

Sample

Plotting the estimates with CIFAR-10.

About

Chainer implementation of the Wesserstein GAN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages