Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiamings/cramer-gan

Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
https://github.com/jiamings/cramer-gan

cramer-gan generative generative-adversarial-network generative-model tensorflow tensorflow-experiments tensorflow-models wasserstein-gan

Last synced: about 21 hours ago
JSON representation

Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)

Awesome Lists containing this project

README

        

## Cramer GAN

Another recent member in the GAN family!

Seems to be an improvement over Improved WGAN (Improved^2 GAN)?

To run an example for MNIST generation:

```
python cramer-gan.py
```

This is a modification of Improved WGAN, where the losses are changed according to the following:

![](cramer.png)