Skip to content

safwankdb/Wasserstein-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasserstein-GAN

PyTorch implementation of Wasserstein GAN by Martin Arjovsky, et al. on the MNIST dataset.

progress

Loss and Training

The network uses Earth Mover's Distance instead of Jensen-Shannon Divergence to compare probability distributions.

minimax

I modeled the generator and critic both using Multi Layer Perceptrons to verify some of the paper's claims. The log(D(x)) trick from the original GAN paper is used while training. The hyperparameters used are as described in the paper. After a few hundred epochs, this was the loss curve.

loss_curve

References

  1. Martin Arjovsky, et al. Wasserstein GAN. [arxiv]
  2. Yann LeCun, et al. MNIST Database of Handwritten Digits [webpage]

About

PyTorch implementation of Wasserstein GAN paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published