Skip to content

Multiple input adaptation for the SVGP Multitask GP Regression example #1540

Answered by gpleiss
jfaulhab asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is here:

inducing_points = torch.rand(num_latents, 16, 1)

The inducing points need to have the same dimensionality as your inputs. So it should be:

inducing_points = torch.rand(num_latents, 16, 2)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gpleiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants