-
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
Remove Fully Bayesian logic in low_rank #1773
Conversation
This pull request was exported from Phabricator. Differential Revision: D44634780 |
Summary: Pull Request resolved: pytorch#1773 Remove the fully Bayesian specialty logic (previously necessary to deal with non-standard batch ranges). Reviewed By: sdaulton Differential Revision: D44634780 fbshipit-source-id: 3e38200e00d3d057c3cf89a580fd921a80fd3b5c
f60fc0c
to
0005e41
Compare
This pull request was exported from Phabricator. Differential Revision: D44634780 |
Differential Revision: D44599898 fbshipit-source-id: 2ec020ac8d7c23dbfd5b505de782bd2c544413af
Summary: Pull Request resolved: pytorch#1773 Remove the fully Bayesian specialty logic (previously necessary to deal with non-standard batch ranges). Reviewed By: sdaulton Differential Revision: D44634780 fbshipit-source-id: 789f01ec2c89cefbd448ed36934a8a7792eefcd6
This pull request was exported from Phabricator. Differential Revision: D44634780 |
0005e41
to
b6dfb7a
Compare
Codecov Report
@@ Coverage Diff @@
## main #1773 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 170 170
Lines 14762 14760 -2
=========================================
- Hits 14762 14760 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This pull request has been merged in ae7ceb9. |
Changes the batch range of FullyBayesianPosterior, which effectively means that we will regard the MC batch as a t-batch for the purposes of sampling. Also remove the fully Bayesian specialty logic (previously necessary to deal with non-standard batch ranges).
Reviewed By: sdaulton
Differential Revision: D44634780