-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix posterior with observation noise in batched MTGP models #2782
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D71643890 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2782 +/- ##
=======================================
Coverage 99.99% 99.99%
=======================================
Files 202 202
Lines 18518 18518
=======================================
Hits 18517 18517
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
303fbd2
to
7e93bfd
Compare
…2782) Summary: Posterior call with `observation_noise=True` would fail with fully Bayesian MTGP model before this change. This diff updates the logic that applies the noise to take batch shape into account. Differential Revision: D71643890
…2782) Summary: Posterior call with `observation_noise=True` would fail with fully Bayesian MTGP model before this change. This diff updates the logic that applies the noise to take batch shape into account. Differential Revision: D71643890
7e93bfd
to
773b1ba
Compare
This pull request was exported from Phabricator. Differential Revision: D71643890 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D71643890 |
…2782) Summary: Pull Request resolved: pytorch#2782 Posterior call with `observation_noise=True` would fail with fully Bayesian MTGP model before this change. This diff updates the logic that applies the noise to take batch shape into account. Differential Revision: D71643890
773b1ba
to
90a79d8
Compare
…2782) Summary: Posterior call with `observation_noise=True` would fail with fully Bayesian MTGP model before this change. This diff updates the logic that applies the noise to take batch shape into account. Differential Revision: D71643890
90a79d8
to
50b3f09
Compare
…2782) Summary: Pull Request resolved: pytorch#2782 Posterior call with `observation_noise=True` would fail with fully Bayesian MTGP model before this change. This diff updates the logic that applies the noise to take batch shape into account. Differential Revision: D71643890
This pull request was exported from Phabricator. Differential Revision: D71643890 |
50b3f09
to
d04fb4a
Compare
Summary: Posterior call with
observation_noise=True
would fail with fully Bayesian MTGP model before this change. This diff updates the logic that applies the noise to take batch shape into account.Differential Revision: D71643890