Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiamings/wgan

Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)
https://github.com/jiamings/wgan

generative generative-adversarial-network generative-model tensorflow tensorflow-experiments tensorflow-models

Last synced: about 23 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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
```