-
Notifications
You must be signed in to change notification settings - Fork 415
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
Update HigherOrderGP to use new priors #2555
Conversation
This pull request was exported from Phabricator. Differential Revision: D63478493 |
This pull request was exported from Phabricator. Differential Revision: D63478493 |
Summary: Pull Request resolved: pytorch#2555 As titled. This was leading to some test failures when I first tried it. Turns out it was just the reference point being a bit too aggressive and filtering out all of X_baseline. Differential Revision: D63478493
e565561
to
9af3f25
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2555 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 193 193
Lines 17062 17066 +4
=======================================
+ Hits 17059 17063 +4
Misses 3 3 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D63478493 |
…rch#2555) Summary: Pull Request resolved: pytorch#2555 As titled. This was leading to some test failures when I first tried it. Turns out it was just the reference point being a bit too aggressive and filtering out all of X_baseline. Differential Revision: D63478493
9af3f25
to
b5112ac
Compare
…rch#2555) Summary: Pull Request resolved: pytorch#2555 As titled. This was leading to some test failures when I first tried it. Turns out it was just the reference point being a bit too aggressive and filtering out all of X_baseline. Differential Revision: D63478493
b5112ac
to
89e153f
Compare
This pull request was exported from Phabricator. Differential Revision: D63478493 |
…rch#2555) Summary: Pull Request resolved: pytorch#2555 As titled. This was leading to some test failures when I first tried it. Turns out it was just the reference point being a bit too aggressive and filtering out all of X_baseline. Differential Revision: D63478493
This pull request was exported from Phabricator. Differential Revision: D63478493 |
89e153f
to
efee323
Compare
This pull request has been merged in 98c1504. |
Summary: As titled. This was leading to some test failures when I first tried it but it seems to work fine now.
Differential Revision: D63478493