updating cs_gan for bug fixing and ODE-GAN opensource.

PiperOrigin-RevId: 352764474
This commit is contained in:
Yan Wu
2021-01-20 12:10:46 +00:00
committed by Diego de Las Casas
parent 1fcac77dc8
commit dd89722a76
6 changed files with 458 additions and 27 deletions
+8 -4
View File
@@ -1,12 +1,16 @@
# ODE-GAN: Training GANs by Solving Ordinary Differential Equations
Mixture of Gaussian Example (Colab):
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/ode_gan/odegan_mog16.ipynb)
This package contains a [Colaboratory notebook](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/ode_gan/odegan_mog16.ipynb)
that demos the algorithm [ODE-GAN](https://arxiv.org/abs/2010.15040) for
mixture of Gaussians with 16 modes.
Cifar 10 Example (Tensorflow):
Launch Training from
https://github/deepmind/deepmind_research/tree/master/cs_gan/run_ode.sh
If you make use of this Colab in your work, please cite:
This package demos the algorithm [ODE-GAN](https://arxiv.org/abs/2010.15040).
If you make use of any code in your work, please cite:
```
@article{qin2020training,