-
Notifications
You must be signed in to change notification settings - Fork 311
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 usage of batch shape for warp transform #1994
Conversation
This pull request was exported from Phabricator. Differential Revision: D51369374 |
Summary: Follows up pytorch/botorch#2109 to fix potential for erroneous usage. Differential Revision: D51369374
e8599dd
to
0a93d71
Compare
This pull request was exported from Phabricator. Differential Revision: D51369374 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1994 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 460 460
Lines 44022 44027 +5
=======================================
+ Hits 41594 41601 +7
+ Misses 2428 2426 -2 ☔ View full report in Codecov by Sentry. |
Summary: Follows up pytorch/botorch#2109 to fix potential for erroneous usage. Reviewed By: Balandat Differential Revision: D51369374
0a93d71
to
d4d3a95
Compare
This pull request was exported from Phabricator. Differential Revision: D51369374 |
Summary: Fixes: https://pxl.cl/3PLWk Differential Revision: D51404881
Summary: `dataset.X` will error out if using a `MultiTaskDataset` with heterogeneous feature sets. Updated the code to extract `d` from `feature_names` instead. For Warp input constructor, removed the `batch_shape` argument. In Ax, we don't have batched inputs for models, so this would never get used. Differential Revision: D51362512
Summary: Follows up pytorch/botorch#2109 to fix potential for erroneous usage. Reviewed By: Balandat Differential Revision: D51369374
d4d3a95
to
24455d9
Compare
This pull request was exported from Phabricator. Differential Revision: D51369374 |
This pull request has been merged in 481d749. |
Summary: Follows up pytorch/botorch#2109 to fix potential for erroneous usage.
Differential Revision: D51369374