GAN, VAE and other generative models

Name Description Illustration
MADE MADE: Masked Autoencoder for Distribution Estimation
dcgan_vae_pytorch dcgan combined with vae in pytorch!
SimGAN Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training
CausalGAN CausalGAN/CausalBEGAN in Tensorflow
pytorch-generative-model-collections Pytorch implementation of various GANs.
vae_vampprior Code for the paper "VAE with a VampPrior", J.M. Tomczak & M. Welling https://jmtomczak.github.io/deebmed.html
really-awesome-gan A list of papers and other resources on General Adversarial (Neural) Networks. This site is maintained by Holger Caesar. To complement or correct it, please contact me at holger-at-it-caesar.com or visit it-caesar.com. Also checkout really-awesome-semantic-segmentation and our COCO-Stuff dataset.
Delving-deep-into-GANs A curated, quasi-exhaustive list of state-of-the-art publications and resources about Generative Adversarial Networks (GANs) and their applications.
CycleGAN-and-pix2pix.pytorch Image-to-image translation in PyTorch (e.g. horse2zebra, edges2cats, and more)
improved_wgan_training.Pytorch Code for reproducing experiments in "Improved Training of Wasserstein GANs"
wgan-gp.PyTorch A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
grammar_variational_autoencoder.PyTorch pytorch implementation of grammar variational autoencoder
pytorch-CycleGAN-and-pix2pix Image-to-image translation in PyTorch (e.g. horse2zebra, edges2cats, and more)
dong_iccv_2017 A PyTorch implementation of the paper "Semantic Image Synthesis via Adversarial Learning" in ICCV 2017
pytorch_gans Experiment with different Gans architecture
SRResNet.pytorch pytorch implementation for Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network arXiv:1609.04802v2
generative-models.PyTorch Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
ARAE.PyTorch Code for the paper "Adversarially Regularized Autoencoders for Generating Discrete Structures" by Zhao, Kim, Zhang, Rush and LeCun https://arxiv.org/abs/1706.04223
Conditional-GAN.Pytorch Implementation of a Conditional GAN in PyTorch for generating movie posters, conditioned on the genre of movie
CycleGAN-and-pix2pix.pytorch CycleGAN and pix2pix in PyTorch
dragan.pytorch PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215)
cramer-Gan.Pytorch pytorch implementation of cramer gan https://arxiv.org/abs/1705.10743
RVAE.PyTorch Recurrent Variational Autoencoder that generates sequential data implemented in pytorch