https://github.com/archsyscall/gans-tensorflow-2.0
A repository that implements GANs with TF2
https://github.com/archsyscall/gans-tensorflow-2.0
Last synced: 4 months ago
JSON representation
A repository that implements GANs with TF2
- Host: GitHub
- URL: https://github.com/archsyscall/gans-tensorflow-2.0
- Owner: archsyscall
- Created: 2019-07-16T12:39:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T04:45:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T07:27:41.249Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GANs-TensorFlow-2.0
A repository that implements GANs with TF2## Collections
* Vanilla GAN - [CODE](https://github.com/olramde/GANs-TensorFlow-2.0/blob/master/VanillaGAN.py) - [Generative Adversarial Nets, Ian Goodfellow et al](https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf)