-
Notifications
You must be signed in to change notification settings - Fork 404
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
[Bug] KroneckerMultiTaskGP
incompatible with batch_cross_validation
or batched models
#2553
Comments
Hi @slishak-PX, Thanks for flagging this. The docstring for
Interesting. Have you looked into this any deeper? If you have an idea of the fix, I'd be happy to review a PR. Also curious if @jandylin has any idea |
Sorry, I should have read more carefully - I think my attention was drawn by the "WARNING" at the top and then I forgot to read the rest!
I haven't investigated more deeply yet, but I've tried evaluating the posterior with inputs of multiple batch dimensions, and the same error appears. |
Summary: see title. pytorch#2553 Differential Revision: D63464560
Summary: Pull Request resolved: pytorch#2554 see title. pytorch#2553 Reviewed By: saitcakmak, Balandat Differential Revision: D63464560
Summary: Pull Request resolved: pytorch#2554 see title. pytorch#2553 Reviewed By: saitcakmak, Balandat Differential Revision: D63464560
🐛 Bug
When trying to use
batch_cross_validation
to fit aKroneckerMultiTaskGP
, a batch shape error occurs.The code snippet below uses a similar example to https://botorch.org/tutorials/batch_mode_cross_validation.
The following snippet also causes the same error, suggesting that the problem is that
KroneckerMultiTaskGP
does not correctly support batching.To reproduce
** Code snippet to reproduce **
** Stack trace/error message **
Expected Behavior
System information
Please complete the following information:
Standardize
)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: