infogan
There are 55 repositories under infogan topic.
hwalsuklee/tensorflow-generative-model-collections
Collection of generative models in Tensorflow
yfeng95/GAN
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
znxlwm/pytorch-generative-model-collections
Collection of generative models in Pytorch version.
tjwei/GANotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
burness/tensorflow-101
learn code with tensorflow
shayneobrien/generative-models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Yangyangii/GAN-Tutorial
Simple Implementation of many GAN models with PyTorch.
Natsu6767/InfoGAN-PyTorch
PyTorch Implementation of InfoGAN
mjdietzx/GAN-Sandbox
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.
zcemycl/Matlab-GAN
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
pianomania/infoGAN-pytorch
implement infoGAN using pytorch
JonathanRaiman/tensorflow-infogan
:dolls: InfoGAN: Interpretable Representation Learning
marcbelmont/gan-image-similarity
InfoGAN inspired neural network trained on zap50k images (using Tensorflow + tf-slim). Intermediate layers of the discriminator network are used to do image similarity.
kamenbliznashki/generative_models
Pytorch implementations of generative models: VQVAE2, AIR, DRAW, InfoGAN, DCGAN, SSVAE
Kyushik/Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Victarry/Image-Generation-models
Generative models (GAN, VAE, Diffusion Models, Autoregressive Models) implemented with Pytorch, Pytorch_lightning and hydra.
RahulBhalley/progressive-growing-of-gans.pytorch
ProGAN with Standard, WGAN, WGAN-GP, LSGAN, BEGAN, DRAGAN, Conditional GAN, InfoGAN, and Auxiliary Classifier GAN training methods
GunhoChoi/LSGAN-TF
Simple implementation of Least Squares Generative Adversarial Networks
AliceAria/Performance-comparison-of-GAN-on-cifar-10
Performance comparison of ACGAN, BEGAN, CGAN, DRAGAN, EBGAN, GAN, infoGAN, LSGAN, VAE, WGAN, WGAN_GP on cifar-10
msurtsukov/generative-models-collection
PyTorch implemented generative models for CelebA dataset: DCGAN, LSGAN, WGAN, WGANGP, InfoGAN, BEGAN, VAE, VAEGAN
kartikgill/TF2-Keras-GAN-Notebooks
Generative Adversarial Networks with TensorFlow2, Keras and Python (Jupyter Notebooks Implementations)
1Konny/idgan
Official PyTorch implementation on ID-GAN: High-Fidelity Synthesis with Disentangled Representation by Lee et al., 2020.
spurra/ss-infogan
Semi-supervised InfoGAN
germain-hug/GANs-Keras
GANs Implementations in Keras
bchao1/Fun-with-MNIST
Playing with MNIST. Machine Learning. Generative Models.
kartikgill/The-GAN-Book
The GAN Book: Train stable Generative Adversarial Networks using TensorFlow2, Keras and Python.
hklchung/GAN-GenerativeAdversarialNetwork
Beginner's Guide to building GAN from scratch with Tensorflow and Keras
AdalbertoCq/GANs-Slides-Code-Paper
Tutorial introduction slides to GANs. Code implementations and links of relevant papers.
goldsborough/cytogan
Repository for my research on generative modelling of cell images
EmilienDupont/infogan
Keras implementation of InfoGAN (work in progress)
ppplinday/Multiple-GAN-Tensorflow-Mnist
Implement multiple gan including vanilla_gan, dcgan, cgan, infogan and wgan with tensorflow and dataset including mnist.
fangihsiao/InfoGAN-Tensorflow
InfoGAN implementation using tensorflow
anhtuan85/GAN_series
PyTorch implementations of Generative Adversarial Network series
conan7882/tf-gans
Tensorflow implementation of Generative Adversarial Networks
daQuincy/InfoGAN_Tensorflow2.0
Quick Tensorflow 2.0 implementation of InfoGAN trained on MNIST.
Overseer66/Tensorflow-GAN
GAN / DCGAN / InfoGAN / BEGAN ...