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 originally found this issue when trying to use a CARMA kernel in NumPyro HMC. I receive only NaNs when evaluating the gradient of the log probability wrt the kernel parameters.
Things I've tried to resolve/narrow down the issue
adding increasingly larger diag values to the GP
many different values for the CARMA parameters
double vs single precision
different CARMA(p, q) models other than (1,0)---they still produce NaNs
other quasiseparable kernels (these work as they should)
Below is a minimal reproducible example that doesn't involve Numpyro.
I originally found this issue when trying to use a CARMA kernel in NumPyro HMC. I receive only NaNs when evaluating the gradient of the log probability wrt the kernel parameters.
Things I've tried to resolve/narrow down the issue
diag
values to the GPBelow is a minimal reproducible example that doesn't involve Numpyro.
The text was updated successfully, but these errors were encountered: