Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidADSP/GDL_code
The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
https://github.com/davidADSP/GDL_code
Last synced: 3 months ago
JSON representation
The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
- Host: GitHub
- URL: https://github.com/davidADSP/GDL_code
- Owner: davidADSP
- License: gpl-3.0
- Created: 2019-02-22T08:34:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T00:57:56.000Z (over 1 year ago)
- Last Synced: 2024-04-13T12:07:02.063Z (7 months ago)
- Language: Jupyter Notebook
- Size: 21.6 MB
- Stars: 1,456
- Watchers: 53
- Forks: 742
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦜 Generative Deep Learning
## [NEW] 🚀 2nd edition codebase now live!
⚠️ This repository is no longer maintained as the codebase for the 2nd edition of Generative Deep Learning is now live!
Please head over to https://github.com/davidADSP/Generative_Deep_Learning_2nd_Edition to check it out.
## Branches
The `master` branch of this repo contains the Tensorflow 1.14 code that is present in the original book (first edition)
The `tensorflow_2` branch contains updated code that runs using Tensorflow 2.
However, I recommend swiching over to the repository for the 2nd edition (see above), as it contains many new examples and improvements to the overall structure.