Replies: 2 comments 1 reply
-
I created issue #2384 since there is no response here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The inducing point tutorial you linked to was for SVGP, but here you're using SGPR? If you want to do batched independent GPs, you just need to supply the This tutorial should cover exactly what you're looking for: https://docs.gpytorch.ai/en/stable/examples/04_Variational_and_Approximate_GPs/SVGP_Multitask_GP_Regression.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I want to use batch-independent GPs (see this tutorial) with the inducing points method (see this tutorial). I managed to do so for the fully-correlated multi-task setting using the
MultitaskKernel
, however, fail at doing this in the described case.Here is my minimal example script which is almost equal to the first tutorial above. Both versions I tried failed with the same (output-dim based?) error. I have the feeling that I just missed one detail.
Beta Was this translation helpful? Give feedback.
All reactions