mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 21:07:49 +08:00
updating cs_gan for bug fixing and ODE-GAN opensource.
PiperOrigin-RevId: 352764474
This commit is contained in:
committed by
Diego de Las Casas
parent
1fcac77dc8
commit
dd89722a76
+8
-4
@@ -1,12 +1,16 @@
|
||||
# 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)
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user