Skip to content

Commit

Permalink
add wgan-torch
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwei committed Jun 6, 2017
1 parent dd26954 commit 0a645be
Show file tree
Hide file tree
Showing 2 changed files with 822 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Most codes are for python3, most notebooks works on CIFAR10

* wgan-keras: Wasserstein GAN Keras implementation
* wgan-lasagne: Wasserstein GAN Lasagne implementation
* wgan-torch: Wasserstein GAN pytorch implementation based on https://github.com/martinarjovsky/WassersteinGAN
* wgan2-lasagne: improved WGAN Lasagne implementation
* mnist-infogan-paper-uniform: INFOGAN Lasagne on MNIST dataset

821 changes: 821 additions & 0 deletions wgan-torch.ipynb

Large diffs are not rendered by default.

0 comments on commit 0a645be

Please sign in to comment.