https://github.com/innerlee/ganzoo
a zoo of implementations
https://github.com/innerlee/ganzoo
Last synced: 8 months ago
JSON representation
a zoo of implementations
- Host: GitHub
- URL: https://github.com/innerlee/ganzoo
- Owner: innerlee
- Created: 2018-02-09T03:36:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T05:14:11.000Z (about 8 years ago)
- Last Synced: 2025-09-22T15:23:04.930Z (9 months ago)
- Language: Python
- Size: 2.48 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GAN ZOO
[](https://innerlee.github.io/ganzoo/)
[](https://pypi.python.org/pypi/ganzoo)
[]()
[](https://travis-ci.org/innerlee/ganzoo)
[](https://codecov.io/gh/innerlee/ganzoo)
`ganzoo` implements all the GANs. Currently, it includes
- GAN
- DCGAN
- WGAN
- WGAN-GP
- CGAN
Try and start with
```shell
pip install ganzoo
```