Replies: 3 comments
-
I am also looking into whether there is a RBFCovariance class that can handle multiple lengthscales,since my length scales have multiple dimensions.
|
Beta Was this translation helpful? Give feedback.
-
I am confused why your RBFKernel needs "multiple lengthscales." Are your inputs It would be helpful if you could describe your data in more detail to avoid further confusion. |
Beta Was this translation helpful? Give feedback.
-
Hi
This was sent to me by accident- pls check email address.
C
…On Tue, 17 Jan 2023 at 02:08, Geoff Pleiss ***@***.***> wrote:
I am confused why your RBFKernel needs "multiple lengthscales." Are your
inputs D-dimensional, and you need D different lengthscale values (one
for each dimension)?
It would be helpful if you could describe your data in more detail to
avoid further confusion.
—
Reply to this email directly, view it on GitHub
<#2237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENOODMHZNBEDMQUF6U5HCTWSX5LJANCNFSM6AAAAAATJEHBLQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
We opened up the topic here initially: https://github.com/cornellius-gp/gpytorch/issues/2046#issue-1281317429
I used parameter registering and now the main kernel is aware of such 2d lengthscale but one issue still remains and that is what gpleiss @gpleiss mentioned in https://github.com/cornellius-gp/gpytorch/issues/2046#issuecomment-1281565832
When it comes to testing the sizes of x1 and x2 are different when testing as oppose to when you are training.
Any remedy for this issue?
Beta Was this translation helpful? Give feedback.
All reactions