My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.
-
Updated
Dec 7, 2020 - Python
My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.
🐳 GAN implemented as Tensorflow 2.X
A Tensorflow 2.x implementation of Pix2pix GAN.https://arxiv.org/abs/1611.07004
GAN: From Zero to One (GAN Tutorial)
Add a description, image, and links to the gan-tutorial topic page so that developers can more easily learn about it.
To associate your repository with the gan-tutorial topic, visit your repo's landing page and select "manage topics."