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
The evaluation of the MultiTaskGP fails in cases where there is no training data available. The same situation works without problems for a SingleTaskGP, which conceptually should simply return values from the prior. However, the MultiTaskGP crashes with a ZeroDivisionError.
Thanks for flagging this. This appears to be an issue in IndexKernel: specifically, InterpolatedLinearOperator doesn't work when left_interp_indices and right_interp_indices are empty tensors. Would you mind opening an issue in gpytorch?
🐛 Bug
The evaluation of the
MultiTaskGP
fails in cases where there is no training data available. The same situation works without problems for aSingleTaskGP
, which conceptually should simply return values from the prior. However, theMultiTaskGP
crashes with aZeroDivisionError
.To reproduce
SingleTaskGP
MultiTaskGP
Stack trace/error message
Expected Behavior
Just like the
SingleTaskGP
, theMultiTaskGP
should return the prior values.System information
Please complete the following information:
The text was updated successfully, but these errors were encountered: