Skip to content

nshepperd/ode-gan-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch 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 (currently only RK2 [Heun's method] is implemented), passing the generator and discriminator parameters and loss functions.

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

See Also

https://github.com/nshepperd/ode-gan-tf Tensorflow implementation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages