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
Implement variance reduction in SLQ logdet backward pass. (#1836)
* Pivoted Cholesky is an autograd function
* Identity lazy tensor
* Change return type of _preconditioner function
* Differentiate through preconditioner logdet for variance reduction
* Deprecation warning for deterministic probes.
* Add log and exp functions to IdentityLazyTensor
* Revert "Change return type of _preconditioner function"
This reverts commit d2bff48.
0 commit comments