Skip to content

timwhite0/flowmatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posterior sampling with conditional flow matching

Create a virtual environment and install required packages:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run this command from the root directory to train a flow, where <example> is either circles or stars:

nohup python -u flowmatching/train.py -cn config_<example>.yaml &> output.out &

During or after training, check metrics:

tensorboard --logdir=logs_<example> &

About

Conditional flow matching with PyTorch Lightning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages