Skip to content

Commit

Permalink
add wgan notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwei committed Jun 6, 2017
1 parent fe8a4dd commit cd54dae
Show file tree
Hide file tree
Showing 4 changed files with 2,724 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# infogan
infogan lasagne implementation
# Generative Adversarial Notebooks
## collection of My Generative Adversarial Network implementations

Most codes are for python3, most notebooks works on CIFAR10

Requires python3 lasagne/theano

* wgan-keras: Wasserstein GAN Keras implementation
* wgan-lasagne: Wasserstein GAN Lasagne implementation
* wgan2-lasagne-rmsprop: improved WGAN but using rmsprop instead of ADAM
* mnist-infogan-paper-uniform: INFOGAN Lasagne

Attempt to follows OpenAI's infogan setting.


Currently, the result is not stable.
Loading

0 comments on commit cd54dae

Please sign in to comment.