Skip to content

austin-hoover/ment-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MENT-Flow

Maximum-entropy tomography (MENT) using normalizing flows. Corresponding preprint: https://arxiv.org/abs/2406.00236.

Installation

git clone https://github.com/austin-hoover/ment-flow.git
cd ment-flow
pip install -e .

Experiments

Experiments use hydra. Config files can be found in /experiments/config. Parameters can be overridden with command line arguments. For example:

cd experiments/rec_2d/linear
python train_flow.py device=mps dist.name=swissroll meas.num=7

Results are stored in ./outputs/{script_name}/{timestamp}/ directory created in the working directory, so it's best to cd to the script directory before running. Runtime parameters are stored in ./outputs/{script_name}/{timestamp}/config/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published