Potentially switch to or add option to use cholesky_solve
instead of cholesky_inverse
in KFACInverseLinearOperator
#94
Labels
enhancement
New feature or request
In the case where we do not want to cache the inverse computation, using
cholesky_solve
instead ofcholesky_inverse
will be more efficient. We could switch tocholesky_solve
, or add an option for it.The text was updated successfully, but these errors were encountered: