Files
deepmind-research/ode_gan/README.md
Yan Wu dd89722a76 updating cs_gan for bug fixing and ODE-GAN opensource.
PiperOrigin-RevId: 352764474
2021-01-20 19:04:09 +00:00

25 lines
922 B
Markdown

# 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)
Cifar 10 Example (Tensorflow):
Launch Training from
https://github/deepmind/deepmind_research/tree/master/cs_gan/run_ode.sh
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,
title={Training Generative Adversarial Networks by Solving Ordinary Differential Equations},
author={Qin, Chongli and Wu, Yan and Springenberg, Jost Tobias and
Brock, Andy and Donahue, Jeff and Lillicrap, Timothy and Kohli, Pushmeet},
journal={Advances in Neural Information Processing Systems},
volume={33},
year={2020}
}
```