-
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
Adjust PairwiseGP ScaleKernel prior #1460
Conversation
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Summary: Pull Request resolved: pytorch#1460 Updating the prior of PairwiseGP's output scale prior. Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced `_batch_chol_inv` with `torch.cholesky_inverse`. TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line. Differential Revision: D40136741 fbshipit-source-id: 7ca60923658909b9b2bfd40e4f0456f223ac11f2
850659b
to
1ebbe69
Compare
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Codecov Report
@@ Coverage Diff @@
## main #1460 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 134 134
Lines 12382 12384 +2
=========================================
+ Hits 12382 12384 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1460 Updating the prior of PairwiseGP's output scale prior. Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced `_batch_chol_inv` with `torch.cholesky_inverse`. TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line. Differential Revision: D40136741 fbshipit-source-id: 24636bf178d697ed6f2af999b8b7b64551f6283d
1ebbe69
to
6b1c23d
Compare
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Summary: Pull Request resolved: pytorch#1460 Updating the prior of PairwiseGP's output scale prior. Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced `_batch_chol_inv` with `torch.cholesky_inverse`. TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line. Differential Revision: D40136741 fbshipit-source-id: c7641d1af33bc89459291234883077005abb1577
6b1c23d
to
52e31be
Compare
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Summary: Pull Request resolved: pytorch#1460 Updating the prior of PairwiseGP's output scale prior. Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced `_batch_chol_inv` with `torch.cholesky_inverse`. TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line. Reviewed By: Balandat Differential Revision: D40136741 fbshipit-source-id: 7f48b162ef529416f5acbb6045d92b0e28b62255
52e31be
to
6e7a346
Compare
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Summary: Pull Request resolved: pytorch#1460 Updating the prior of PairwiseGP's output scale prior. Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced `_batch_chol_inv` with `torch.cholesky_inverse`. TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line. Reviewed By: Balandat Differential Revision: D40136741 fbshipit-source-id: 2673441bb7210fee95f3ec981d88d954a794f5a2
6e7a346
to
871a937
Compare
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Summary: Pull Request resolved: pytorch#1460 Updating the prior of PairwiseGP's output scale prior. Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced `_batch_chol_inv` with `torch.cholesky_inverse`. TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line. Reviewed By: Balandat Differential Revision: D40136741 fbshipit-source-id: 716ff579b4f670ee93703b065f1c3670af2fbbc7
871a937
to
faa233c
Compare
This pull request was exported from Phabricator. Differential Revision: D40136741 |
Summary:
Updating the prior of PairwiseGP's output scale prior.
Additionally, also make sure it must be used, better initialization of the inferred utility values, and replaced
_batch_chol_inv
withtorch.cholesky_inverse
.TLDR is that we were previously using an significantly restrictive prior on the output scale theta (note theta = 1/sigma^2 where sigma is the probit noise on the function value), this prevent us from accommodating comparison errors outside range of the green line.
Differential Revision: D40136741