An open API service indexing awesome lists of open source software.

https://github.com/narumiruna/mnist-gans


https://github.com/narumiruna/mnist-gans

gan generative-adversarial-network lsgan mnist pytorch wasserstein-gan wgan wgan-gp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# MNIST GANs

## Results

### GAN
![](https://media.giphy.com/media/x4aZVR7xtIrXJvPOXX/giphy.gif)

### WGAN
![](https://media.giphy.com/media/5VuUbKvpplGZCNswC7/giphy.gif)

### WGAN-GP
![](https://media.giphy.com/media/39qzAVy7qhuKHQebJ6/giphy.gif)

### LSGAN
![](https://media.giphy.com/media/kwJZzKqQgHGrOg0431/giphy.gif)

## References
- [Generative Adversarial Networks](https://arxiv.org/abs/1406.2661)
- [Wasserstein GAN](https://arxiv.org/abs/1701.07875)
- [Improved Training of Wasserstein GANs](https://arxiv.org/abs/1704.00028)
- [Least Squares Generative Adversarial Networks](https://arxiv.org/abs/1611.04076)