Replies: 1 comment 2 replies
-
Your |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello dev team. I'm having trouble constructing a GP regression model where train_x is multi-dimensional. Basically I have a bunch of training samples: "x" where each x has N>1 features (i.e is a 1xN tensor). The target "y" is still one dimensional for each x. The "GPyTorch Regression Tutorial" assumes both x and y to be 1 dimensional. How can I modify this for my use case? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions