https://github.com/chunml/dcgan
https://github.com/chunml/dcgan
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chunml/dcgan
- Owner: ChunML
- License: mit
- Created: 2017-04-26T06:48:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T13:47:11.000Z (about 9 years ago)
- Last Synced: 2025-04-04T09:34:54.708Z (about 1 year ago)
- Language: Python
- Size: 539 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCGAN
Reference taken from https://github.com/carpedm20/DCGAN-tensorflow, an unofficial but awesome Tensorflow implemenation of DCGAN.
Here I try to reduce the detail, to make it easier to understand, and also for demonstrating for my upcoming blog post.