Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 632 Bytes

Reliable amortized variational inference with physics-based latent distribution correction

Code to partially reproduce results in "Reliable amortized variational inference with physics-based latent distribution correction".

Installation

Run the command below to install the required packages.

julia -e 'Pkg.add("DrWatson.jl")'
julia --project -e 'using Pkg; Pkg.instantiate()'

The training dataset will download automatically into data/training-data/ directory upon running your first example.

Questions

Please contact alisk@gatech.edu for questions.

Author

Ali Siahkoohi