Skip to content

tachukao/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of normalizing flows

Usage

let samples = 
   let module F = Planar.Make (struct let flow_length = flow_length let dim = dim end) in
   Flow.train ~eta ~max_iter ~batch_size (module F) Potentials.ring;
   Flow.sample (module F) n_samples

Example

mkdir results
dune exec examples/run_experiment.exe

About

implementation of normalising flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages