Repository navigation

#

wgan

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

Jupyter Notebook
1496
8 年前

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

Jupyter Notebook
500
7 年前

Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking

Python
469
8 年前

Code for training and evaluation of the model from "Language Generation with Recurrent Generative Adversarial Networks without Pre-training"

Python
252
7 年前

Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN

Python
233
3 年前

Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.

Jupyter Notebook
211
2 年前

Resources and Implementations of Generative Adversarial Nets which are focusing on how to stabilize training process and generate high quality images: DCGAN, WGAN, EBGAN, BEGAN, etc.

Python
190
8 年前

A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks

Jupyter Notebook
189
8 年前

GAN and VAE implementations to generate artificial EEG data to improve motor imagery classification. Data based on BCI Competition IV, datasets 2a. Final project for UCLA's EE C247: Neural Networks and Deep Learning course.

Jupyter Notebook
168
6 年前

implementation of several GANs with pytorch

Python
160
3 年前

A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.

Python
123
7 年前

Tensorflow implementation of different GANs and their comparisions

Python
112
8 年前

🚀 Variants of GANs most easily implemented as TensorFlow2. GAN, DCGAN, LSGAN, WGAN, WGAN-GP, DRAGAN, ETC...

Python
96
5 年前