Tags: cornellius-gp/gpytorch
Tags
Fix the shape bug in `RQKernel` when using deep GPs There was a shape mismatch bug when using the rational quadratic kernel in deep GPs; see #2674. The root cause is that the `alpha` parameter was not unsqueezed into a correct shape. * Unsqueeze `alpha * Revise comments for fix to RQKernel --------- Co-authored-by: Kaiwen Wu <37524685+kayween@users.noreply.github.com> Co-authored-by: Kaiwen Wu <kwwu2015@gmail.com>
RFF/linear prediction strategy fix (#2671) * [Bugfix] reduce number of Cholesky calls with RFF models. * Use RFF prediction strategy for linear kernels; add tests * Fix failing tests * Rename cached items in LinearPredictionStrategy * Rename test_rff_gp_regression -> test_lowrank_gp_regression
PreviousNext