-
|
Hi there! 👋 I am trying to reproduce the use of stochastic Lanczos over SKI, as in "Scalable Log Determinants for Gaussian Process Kernel Learning" (Dong et al., 2017). I see that GPyTorch provides an implementation in If I correctly understood the workflow, I should extend Does it make sense? If not, could someone give me some hints? 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It should be used automatically inside of |
Beta Was this translation helpful? Give feedback.
It should be used automatically inside of
inv_quad_logdet(via_inv_quad_logdet). See the code atgpytorch/gpytorch/functions/_inv_quad_logdet.py
Line 139 in 306d733