-
Notifications
You must be signed in to change notification settings - Fork 5
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
Uncertainty aware models #66
base: main
Are you sure you want to change the base?
Conversation
Hi @yuanqing-wang , what is the status of this PR? |
@wiederm so that was actually all the code you need to make it Bayesian, I think. let me add tests and deployment scripts. |
Added a test script that shows how to run variational inference with this basic Bayesian model. |
@yuanqing-wang , I have fixed the imports in the test and merged |
hmm it was passing before. now the passing of arguments is a bit confusing. let me look into this. |
Description
Mean-field variational inference on the parameter space for energy and force uncertainty.
Todos
Notable points that this PR has either accomplished or will accomplish.
pyro.nn.Module
Questions
Status