mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 21:07:49 +08:00
dd89722a76
PiperOrigin-RevId: 352764474
922 B
922 B
ODE-GAN: Training GANs by Solving Ordinary Differential Equations
Mixture of Gaussian Example (Colab):
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.
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}
}