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
PR #2809 fixes the issue with determinants of low-rank matrices returning NaN. However, higher order derivatives still fail. Given the close relationship between the gradient of the determinant and the matrix inverse, it may be possible to use some of the implicit differentiation tricks from custom_linear_solve for second derivatives of the determinant.
The text was updated successfully, but these errors were encountered:
PR #2809 fixes the issue with determinants of low-rank matrices returning NaN. However, higher order derivatives still fail. Given the close relationship between the gradient of the determinant and the matrix inverse, it may be possible to use some of the implicit differentiation tricks from
custom_linear_solve
for second derivatives of the determinant.The text was updated successfully, but these errors were encountered: