Skip to content

ludvb/continuous_normalizing_flows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Normalizing Flows

This repository provides a minimal implementation of Neural Ordinary Differential Equations and Continuous Normalizing Flows, as described in [fn:chen2018], for PyTorch using ODE solvers from SciPy.

Installation

pip install --user .

Optionally, run the tests to make sure that the installation is working:

pip install --user .[test]
pytest -v

References

[fn:chen2018] Chen, Tian Qi, et al. “Neural ordinary differential equations.” Advances in neural information processing systems. 2018.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages