Simple Implementation of many GAN models with PyTorch.
-
Updated
Feb 22, 2023 - Jupyter Notebook
Simple Implementation of many GAN models with PyTorch.
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 implemented with KAN convolution
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."