Skip to content

Latest commit

 

History

History
 
 

ode_gan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ODE-GAN: Training GANs by Solving Ordinary Differential Equations

Mixture of Gaussian Example (Colab):

Open In 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}
}