Skip to content

zdf233/normflow-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Normalizing Flows

Code for "A Linear Systems Theory of Normalizing Flows"

This readme is a work in progress. Check back soon for instructions on how to use the provided source code repository to run the paper experiments.

Requirements & Setup

Make sure that all requirements are installed on your machine before you run the code. A full list of requirements can be found in requirements.txt. To install the software, run the following command to clone the repository into a folder of your choice:

git clone https://github.com/zdf233/normflow-theory.git

On UNIX machines, after cloning this repository, add the repository to your PYTHONPATH environment variable to enable imports from any folder:

export PYTHONPATH="/path/to/normflow-theory:$PYTHONPATH"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages