Replies: 1 comment 1 reply
-
Hi @bchen0. As you noticed, it only works right if |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to understand what subset_output does in the SingleTaskGP class.
In models.gp_regression.py, lines 205-216, there is this code snippet. I've tried looking at the subset_output method in the parent class BatchedMultiOutputGPyTorchModel but I am not sure what it is doing.
If I want to use a non-default covar_module, self._subset_batch_dict is not set. Should I be manually setting self._subset_batch_dict too if I pass in a covar_module?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions