question about example "Simple_GP_Regression"(question) #1536
-
Beta Was this translation helpful? Give feedback.
Answered by
david-vicente
Mar 19, 2021
Replies: 1 comment 2 replies
-
I think that you can try to constrain the noise parameter. likelihood = gpytorch.likelihoods.GaussianLikelihood(noise_constraint=gpytorch.constraints.Interval(0.0,0.0001)) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gpleiss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that you can try to constrain the noise parameter.