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

Uncertainty aware models #66

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Uncertainty aware models #66

wants to merge 14 commits into from

Conversation

yuanqing-wang
Copy link
Member

@yuanqing-wang yuanqing-wang commented Feb 7, 2024

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.

  • Add functionalities to convert regular models into pyro.nn.Module
  • Add training and inference scripts.

Questions

  • Question1

Status

  • Ready to go

@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2024

Codecov Report

Merging #66 (4f2985a) into main (1c8eee9) will decrease coverage by 0.37%.
The diff coverage is 0.00%.

Additional details and impacted files

@wiederm
Copy link
Member

wiederm commented Feb 29, 2024

Hi @yuanqing-wang , what is the status of this PR?

@yuanqing-wang
Copy link
Member Author

@wiederm so that was actually all the code you need to make it Bayesian, I think. let me add tests and deployment scripts.

@yuanqing-wang
Copy link
Member Author

Added a test script that shows how to run variational inference with this basic Bayesian model.

@wiederm
Copy link
Member

wiederm commented Mar 19, 2024

@yuanqing-wang , I have fixed the imports in the test and merged main. The test is still failing with a pyro error --- could you take a look at this please?

@yuanqing-wang
Copy link
Member Author

hmm it was passing before. now the passing of arguments is a bit confusing. let me look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants