LMC task_indices with pyro #2248
Unanswered
michaelcao28
asked this question in
Q&A
Replies: 1 comment
-
You should just be able to pass in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to combine the use of
task_indices
for LMC kernel as shown here, but with pyro integration. I need to integrate pyro with gpytorch for my project. What I need to do next is to allow for each data output to have a different set of inputs.In the tutorial, each epochs_iter looks something like this:
With pyro integration, each epochs_iter looks like this:
Any ideas how one can implement this?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions