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: 8 months ago
JSON representation
A repository that implements GANs with TF2
- Host: GitHub
- URL: https://github.com/archsyscall/GANs-TensorFlow-2.0
- Owner: marload
- Created: 2019-07-16T12:39:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T04:45:19.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T00:12:14.785Z (over 1 year 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)