-
Notifications
You must be signed in to change notification settings - Fork 456
Refactor HOGP Posterior for memory efficiency #883
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D29937300 |
Summary: Pull Request resolved: meta-pytorch#883 refactors existing HOGP posterior to use forwards calls and to use cat_rows on the data joint covariance. Differential Revision: D29937300 fbshipit-source-id: 81aa5c9b639e030a947c8b4946f4b81024c8e2b7
8c77be3 to
00506ef
Compare
|
This pull request was exported from Phabricator. Differential Revision: D29937300 |
Summary: Pull Request resolved: meta-pytorch#883 refactors existing HOGP posterior to use forwards calls and to use cat_rows on the data joint covariance. Differential Revision: D29937300 fbshipit-source-id: 82ff9be65247fc019bc58d973474793d3d1ed4b3
00506ef to
e7fba29
Compare
|
This pull request was exported from Phabricator. Differential Revision: D29937300 |
Codecov Report
@@ Coverage Diff @@
## master #883 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 108 108
Lines 8113 8102 -11
=========================================
- Hits 8113 8102 -11
Continue to review full report at Codecov.
|
|
@wjmaddox has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: refactors existing HOGP posterior to use forwards calls and to use cat_rows on the data joint covariance. Pull Request resolved: meta-pytorch#883 Differential Revision: D29937300 Pulled By: wjmaddox fbshipit-source-id: def55ebf83e9afa50d515c9fb5ad2457af90ca6f
3557321 to
0b0ab02
Compare
|
This pull request was exported from Phabricator. Differential Revision: D29937300 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D29937300 |
Summary: refactors existing HOGP posterior to use forwards calls and to use cat_rows on the data joint covariance. Pull Request resolved: meta-pytorch#883 Test Plan: unit tests. Differential Revision: D29937300 Pulled By: wjmaddox fbshipit-source-id: 14863186d95d4e92f79f8b1f3700ed9446202a9c
0b0ab02 to
ad75389
Compare
Summary: refactors existing HOGP posterior to use forwards calls and to use cat_rows on the data joint covariance. Pull Request resolved: meta-pytorch#883 Test Plan: unit tests. Reviewed By: Balandat Differential Revision: D29937300 Pulled By: wjmaddox fbshipit-source-id: a32b81de9c55d013747b5c4b538c8e7b09e70f98
ad75389 to
bb8a4d3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D29937300 |
|
@wjmaddox, |
|
Ugh, that should have been resolved in gpytorch #1714 (cornellius-gp/gpytorch#1714); try rebasing off gpytorch master. |
|
Yeah, my bad. Looks like I was missing that locally. Thanks for clarification! |
Summary: refactors existing HOGP posterior to use forwards calls and to use cat_rows on the data joint covariance.
Differential Revision: D29937300