All Projects → hvy → chainer-wasserstein-gan

hvy / chainer-wasserstein-gan

Licence: MIT License
Chainer implementation of the Wesserstein GAN

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to chainer-wasserstein-gan

Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (+375%)
Mutual labels:  chainer, gan, wgan
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+11380%)
Mutual labels:  gan, wgan
Gan
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
Stars: ✭ 2,127 (+10535%)
Mutual labels:  gan, wasserstein-gan
Gp Gan
Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending (ACMMM 2019, oral)
Stars: ✭ 317 (+1485%)
Mutual labels:  chainer, gan
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (+450%)
Mutual labels:  gan, wgan
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+590%)
Mutual labels:  gan, wgan
Rnn.wgan
Code for training and evaluation of the model from "Language Generation with Recurrent Generative Adversarial Networks without Pre-training"
Stars: ✭ 252 (+1160%)
Mutual labels:  gan, wgan
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+2090%)
Mutual labels:  gan, wgan
progressive-growing-of-gans.pytorch
Unofficial PyTorch implementation of "Progressive Growing of GANs for Improved Quality, Stability, and Variation".
Stars: ✭ 51 (+155%)
Mutual labels:  wgan, wasserstein-gan
progressive growing of GANs
Pure tensorflow implementation of progressive growing of GANs
Stars: ✭ 31 (+55%)
Mutual labels:  wgan, wasserstein-gan
Unified Gan Tensorflow
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
Stars: ✭ 93 (+365%)
Mutual labels:  gan, wgan
wgan-gp
Pytorch implementation of Wasserstein GANs with Gradient Penalty
Stars: ✭ 161 (+705%)
Mutual labels:  gan, wasserstein-gan
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+2825%)
Mutual labels:  gan, wgan
Pytorch Gan
A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
Stars: ✭ 150 (+650%)
Mutual labels:  gan, wgan
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (+2285%)
Mutual labels:  gan, wgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+1035%)
Mutual labels:  gan, wgan
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+18825%)
Mutual labels:  gan, wgan
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+3320%)
Mutual labels:  chainer, wgan
Improved-Wasserstein-GAN-application-on-MRI-images
Improved Wasserstein GAN (WGAN-GP) application on medical (MRI) images
Stars: ✭ 23 (+15%)
Mutual labels:  wgan, wasserstein-gan
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (+20%)
Mutual labels:  gan, wgan

Wasserstein GAN

Chainer implementation of the Wasserstein GAN by Martin Arjovsky et al. Note that this is not the official implementation. The official implementation is https://github.com/martinarjovsky/WassersteinGAN.

Also, a summary of the paper can be found here. It explains the intuition behind the approximation of the EM distance and the problem with the Jensen-Shannon divergence.

Run

Train the models with CIFAR-10. Images will be randomly sampled from the generator after each epoch, and saved under a subdirectory result/ (which is created automatically).

python train.py --batch-size 64 --epochs 100 --gpu 1

Sample

Plotting the estimates with CIFAR-10.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].