A repo of me just experimenting with NumPyro examples.
Note I am installing numpyro from their GitHub to get latest version
To reproduce the environment you will need to have poetry2conda
installed in you base conda so that the makefile can create the conda environment.yaml
from the pyporject.toml
. Edit the makefile with your paths for your conda root folder.
(base) $ pip install poetry2conda
- Edit
conda_root
for your path within themakefile
make all
If you don't want to bother with make
you can:
conda env create -f environment.yaml
pip install -q numpyro@git+https://github.com/pyro-ppl/numpyro
pip install graphviz
- explore
notebooks/
- all notebooks are paired with a python script using
jupytext
I also have some notes on the Wiki tab 👀 ... shhh it's a secret 🤐