Confusion & errors about inducing points in variational inference example #2265
stevenasheets
started this conversation in
General
Replies: 1 comment
-
The shape of |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been looking at the 'Approximate_GP_Objective_Functions' notebook example and trying to extend it towards multiple input dimensions. However, I keep on running into a Runtime Error that I do not understand.
And define a class with ARD:
and then training the model:
I hit a runtime error
when f_dist = model(x) is evaluated. Any ideas what I'm doing wrong?
Using gpytorch v1.9.1
Beta Was this translation helpful? Give feedback.
All reactions