All Projects → jiamings → Wgan

jiamings / Wgan

Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wgan

Cramer Gan
Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
Stars: ✭ 123 (-46.05%)
Mutual labels:  generative, generative-adversarial-network, generative-model, tensorflow-models, tensorflow-experiments
char-VAE
Inspired by the neural style algorithm in the computer vision field, we propose a high-level language model with the aim of adapting the linguistic style.
Stars: ✭ 18 (-92.11%)
Mutual labels:  generative-model, tensorflow-experiments, tensorflow-models
Markov Chain Gan
Code for "Generative Adversarial Training for Markov Chains" (ICLR 2017 Workshop)
Stars: ✭ 76 (-66.67%)
Mutual labels:  generative-adversarial-network, generative-model
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-57.46%)
Mutual labels:  generative-adversarial-network, generative-model
Generative Evaluation Prdc
Code base for the precision, recall, density, and coverage metrics for generative models. ICML 2020.
Stars: ✭ 117 (-48.68%)
Mutual labels:  generative-adversarial-network, generative-model
The Third Eye
An AI based application to identify currency and gives audio feedback.
Stars: ✭ 63 (-72.37%)
Mutual labels:  tensorflow-models, tensorflow-experiments
Conditional Animegan
Conditional GAN for Anime face generation.
Stars: ✭ 70 (-69.3%)
Mutual labels:  generative-adversarial-network, generative-model
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (-49.56%)
Mutual labels:  generative-adversarial-network, tensorflow-experiments
Generative Adversarial Networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs
Stars: ✭ 505 (+121.49%)
Mutual labels:  generative-adversarial-network, tensorflow-models
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (-38.6%)
Mutual labels:  generative-adversarial-network, generative-model
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (-40.35%)
Mutual labels:  generative-adversarial-network, generative-model
Conditional Gan
Anime Generation
Stars: ✭ 141 (-38.16%)
Mutual labels:  generative-adversarial-network, generative-model
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-77.19%)
Mutual labels:  tensorflow-models, tensorflow-experiments
Mnist inception score
Training a MNIST classifier, and use it to compute inception score (ICP)
Stars: ✭ 25 (-89.04%)
Mutual labels:  generative-adversarial-network, generative-model
Neuralnetworks.thought Experiments
Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow
Stars: ✭ 199 (-12.72%)
Mutual labels:  generative-adversarial-network, generative-model
Cadgan
ICML 2019. Turn a pre-trained GAN model into a content-addressable model without retraining.
Stars: ✭ 19 (-91.67%)
Mutual labels:  generative-adversarial-network, generative-model
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-56.14%)
Mutual labels:  generative-adversarial-network, generative-model
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (+56.58%)
Mutual labels:  tensorflow-models, tensorflow-experiments
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (+120.18%)
Mutual labels:  generative-adversarial-network, generative-model
Triple Gan
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Stars: ✭ 203 (-10.96%)
Mutual labels:  generative-adversarial-network, generative-model

Wasserstein GAN

Tensorflow implementation of Wasserstein GAN.

Two versions:

  • wgan.py: the original clipping method.
  • wgan_v2.py: the gradient penalty method. (Improved Training of Wasserstein GANs).

How to run (an example):

python wgan_v2.py --data mnist --model mlp --gpus 0
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].