Repository navigation

#

infogan

Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN

Python
2991
8 年前

wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch

Jupyter Notebook
1498
7 年前

Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN

Jupyter Notebook
497
6 年前

PyTorch Implementation of InfoGAN

Python
323
2 年前

Vanilla GAN implemented on top of keras/tensorflow enabling rapid experimentation & research. Branches correspond to implementations of stable GAN variations (i.e. ACGan, InfoGAN) and other promising variations of GANs like conditional and Wasserstein.

Python
220
8 年前

MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN

MATLAB
196
2 年前

implement infoGAN using pytorch

Python
154
7 年前

InfoGAN inspired neural network trained on zap50k images (using Tensorflow + tf-slim). Intermediate layers of the discriminator network are used to do image similarity.

Python
116
8 年前

Pytorch implementations of generative models: VQVAE2, AIR, DRAW, InfoGAN, DCGAN, SSVAE

Python
91
4 年前
Jupyter Notebook
72
5 年前

Generative models (GAN, VAE, Diffusion Models, Autoregressive Models) implemented with Pytorch, Pytorch_lightning and hydra.

Python
57
2 年前

ProGAN with Standard, WGAN, WGAN-GP, LSGAN, BEGAN, DRAGAN, Conditional GAN, InfoGAN, and Auxiliary Classifier GAN training methods

Python
52
7 个月前

Simple implementation of Least Squares Generative Adversarial Networks

Python
43
8 年前

Generative Adversarial Networks with TensorFlow2, Keras and Python (Jupyter Notebooks Implementations)

Jupyter Notebook
38
3 年前

Performance comparison of ACGAN, BEGAN, CGAN, DRAGAN, EBGAN, GAN, infoGAN, LSGAN, VAE, WGAN, WGAN_GP on cifar-10

Python
38
5 年前