Replies: 1 comment 3 replies
-
How did you initialize/optimize the inducing point locations? Did you follow the example in the SGPR/SVGP notebook? The ELBO, which is used to optimize inducing point locations, is non-convex, and so inducing point locations are highly dependent on initialization. Try initializing the inducing points to be a random subset of data. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to fit a SVGP model to time-series data but I get some inducing points outside the range of the training data on the x-axis. The same thing happens with the SGPR model. Is this expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions