-
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
infinite width bnn kernel #2366
Conversation
This pull request was exported from Phabricator. Differential Revision: D58208973 |
This pull request was exported from Phabricator. Differential Revision: D58208973 |
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Differential Revision: D58208973
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2366 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 190 191 +1
Lines 16618 16651 +33
=======================================
+ Hits 16615 16648 +33
Misses 3 3 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D58208973 |
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Differential Revision: D58208973
This pull request was exported from Phabricator. Differential Revision: D58208973 |
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Differential Revision: D58208973
This pull request was exported from Phabricator. Differential Revision: D58208973 |
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Differential Revision: D58208973
This pull request was exported from Phabricator. Differential Revision: D58208973 |
3474ac3
to
ebbae69
Compare
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Differential Revision: D58208973
This pull request was exported from Phabricator. Differential Revision: D58208973 |
ebbae69
to
1143db8
Compare
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Reviewed By: sdaulton Differential Revision: D58208973
Summary: Pull Request resolved: pytorch#2366 Add infinite-width BNN kernel to BoTorch Formulas from [Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"](https://arxiv.org/abs/1711.00165) Notebook with tutorial in next diff! Reviewed By: sdaulton Differential Revision: D58208973
This pull request was exported from Phabricator. Differential Revision: D58208973 |
1143db8
to
f634297
Compare
This pull request has been merged in 91da3e4. |
Summary:
Add infinite-width BNN kernel to BoTorch
Formulas from Lee et al, 2017 "Deep Neural Networks as Gaussian Processes"
Notebook with tutorial in next diff!
Differential Revision: D58208973