-
Notifications
You must be signed in to change notification settings - Fork 411
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
fix plotting with > 1-d tensors in tutorials with py3.9 #2013
Conversation
This pull request was exported from Phabricator. Differential Revision: D49382057 |
This pull request was exported from Phabricator. Differential Revision: D49382057 |
Summary: Pull Request resolved: pytorch#2013 see title. This is causing a failure in the tutorials on pytorch#2011 Reviewed By: Balandat Differential Revision: D49382057 fbshipit-source-id: 2b88bfeea442e6c1b3d521ee97b4631ff2c77d60
3b92158
to
abc12ab
Compare
…ntasizeMixin (pytorch#2011) Summary: Pull Request resolved: pytorch#2011 This fixes fantasization with FixedNoiseGP when using outcome transforms----previously, already-transformed noise was transformed again during fantasization. This also improves the fantasization for batched and batched multi-output models to use the average noise for each batch and output. This also removes repeated code and uses the logic in `FantasizeMixin.fantasize` for handling `X` with size 0 on the -2 dimension. This also deprecates the use of `observation_noise` as a boolean argument to fantasize. Differential Revision: https://internalfb.com/D49200325 fbshipit-source-id: 686663284452f02114695d1bb2da973a16c3267e
Summary: Pull Request resolved: pytorch#2013 see title. This is causing a failure in the tutorials on pytorch#2011 Reviewed By: Balandat Differential Revision: D49382057 fbshipit-source-id: 04ba98192b26117c762b4188fae454dca3f8899f
This pull request was exported from Phabricator. Differential Revision: D49382057 |
abc12ab
to
15b7861
Compare
Codecov Report
@@ Coverage Diff @@
## main #2013 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 179 179
Lines 15798 15807 +9
=========================================
+ Hits 15798 15807 +9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This pull request has been merged in 9b53b59. |
Summary: see title. This is causing a failure in the tutorials on #2011
Differential Revision: D49382057