-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,724 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.