[Question] What is the lengthscale initialization function for kernels? #1779
Unanswered
mohammad-saber
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Run |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi, thank you for reading my question.
When I define a kernel like below:
kernel = gpytorch.kernels.RBFKernel()
I noticed that the initial kernel lengthscale is 0.6931. It seems that this value is fixed for all kernels.
I would like to ask how this value is created.
If I want to change initial kernel lengthscale, do you recommend to use lengthscale prior?
Beta Was this translation helpful? Give feedback.
All reactions