This code has been merged with D2L book. See PR: 1760
This repository contains Tensorflow 2
code for Generative Adversarial Networks chapter of Dive into Deep Learning (D2L) book. The chapter has 2 sections and code for each section can be found at the following links.
17.1. Generative Adversarial Networks
17.2. Deep Convolutional Generative Adversarial Networks
Chapter 10: Attention Mechanisms
The best way (in our opinion) is to either clone the repo (or download the zipped repo) and then run each notebook from the cloned (or extracted) folder. All the notebooks will run without any issue.
Note: We claim no originality for the code. Credit goes to the authors of this excellent book. However, all errors and omissions are my own and readers are encouraged to bring it to my notice. Finally, no TF code was available (to the best of my knowledge) for Generative Adversarial Networks
chapter when this repo was first made public.