Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add store load functionality #52

Merged
merged 17 commits into from
Jul 13, 2021
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@ brian2modelfitting.egg-info

# sbi logs
examples/sbi-logs/

# other sbi and torch stuff
examples/*.pt
examples/*.pth

# numpy files
examples/*.npy
examples/*.npz
Loading