You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to sample from the prior distribution with precision torch.float62
However, during sampling with KISS-GP a dtype error is raised
if I manually design a kernel (very similar to the RBF Kernel)
that is included in the GridInterpolationKernel.
Changing the test data size from 2500x2 to 100x2, no error will occur.
🐛 Bug
I want to sample from the prior distribution with precision torch.float62
However, during sampling with KISS-GP a dtype error is raised
if I manually design a kernel (very similar to the RBF Kernel)
that is included in the
GridInterpolationKernel
.Changing the test data size from
2500x2
to100x2
, no error will occur.To reproduce
** Error message **
System information
torch=1.13.0
gpytorch=1.9.0
The text was updated successfully, but these errors were encountered: