biswajitsahoo1111 / D2L_Generative_Adversarial_Networks_in_TF

This repository contains Tensorflow 2 code for Generative Adversarial Networks chapter of Dive into Deep Learning (D2L) book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow 2.4.1

Tensorflow 2 code for D2L book's Generative Adversarial Networks (GANs) chapter

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

Additional Chapters:

Chapter 10: Attention Mechanisms

How to run these code:

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.

About

This repository contains Tensorflow 2 code for Generative Adversarial Networks chapter of Dive into Deep Learning (D2L) book.


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%