-
Notifications
You must be signed in to change notification settings - Fork 400
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
Fix posterior method in BatchedMultiOutputGPyTorchModel
for tracing JIT
#2592
Conversation
@sdaulton has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2592 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 196 196
Lines 17363 17365 +2
=======================================
+ Hits 17361 17363 +2
Misses 2 2 ☔ View full report in Codecov by Sentry. |
@sdaulton has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Motivation
Fixes #2591. Generates the MTMVN for the independent task case slightly differently when jit traced.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
A unit test
test_posterior_in_trace_mode
has been added to test_gpytorch.pyRelated PRs
NA