Skip to content

nshepperd/ode-gan-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow 1.* implementation of Training Generative Adversarial Networks by Solving Ordinary Differential Equations.

Usage

Just drop ode_gan.py in your project directory, import ode_gan, and instantiate your choice of optimizer (RK2 [Heun's method] or the slower and more accurate RK4), passing the generator and discriminator parameters and losses.

Call the step() method in your training loop to execute a single training step.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages