-
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
Batch-MC Prior-Guided AF #1925
Batch-MC Prior-Guided AF #1925
Conversation
This pull request was exported from Phabricator. Differential Revision: D47307059 |
Codecov Report
@@ Coverage Diff @@
## main #1925 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 176 176
Lines 15459 15467 +8
=======================================
+ Hits 15451 15459 +8
Misses 8 8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1925 see title. This weights the AF values before reduction over the sample and q-dims. This also handles `X_pending` directly, rather than on the underlying AF. This ensures, `X_pending` is concatenated with `X` and passed to both the AF an the prior. This will only work for AFs that support concatenating `X_pending`. This would need revision to work with for example NEHVI with cached box decompositions. Reviewed By: Balandat Differential Revision: D47307059 fbshipit-source-id: 92499a9b9b99878b8f9ea38757cbed1dc02f77c2
ff75781
to
981edf6
Compare
This pull request was exported from Phabricator. Differential Revision: D47307059 |
Summary: See title. This is used in the stacked diff. Differential Revision: D47296866 fbshipit-source-id: 1ace485d1434d856cd3c15f1515756a0f39c76e9
Summary: Pull Request resolved: pytorch#1925 see title. This weights the AF values before reduction over the sample and q-dims. This also handles `X_pending` directly, rather than on the underlying AF. This ensures, `X_pending` is concatenated with `X` and passed to both the AF an the prior. This will only work for AFs that support concatenating `X_pending`. This would need revision to work with for example NEHVI with cached box decompositions. Reviewed By: Balandat Differential Revision: D47307059 fbshipit-source-id: 0f7567a6036928c4df82068d809c947fb0f92a61
981edf6
to
26a68bd
Compare
This pull request was exported from Phabricator. Differential Revision: D47307059 |
This pull request has been merged in 48afca1. |
Summary:
see title. This weights the AF values before reduction over the sample and q-dims.
This also handles
X_pending
directly, rather than on the underlying AF. This ensures,X_pending
is concatenated withX
and passed to both the AF an the prior. This will only work for AFs that support concatenatingX_pending
.This would need revision to work with for example NEHVI with cached box decompositions.
Reviewed By: Balandat
Differential Revision: D47307059