mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-02-06 03:32:18 +08:00
25 lines
922 B
Markdown
25 lines
922 B
Markdown
# ODE-GAN: Training GANs by Solving Ordinary Differential Equations
|
|
|
|
Mixture of Gaussian Example (Colab):
|
|
|
|
[](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}
|
|
}
|
|
```
|