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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
If one tries to compute the sensitivity of
svd
with a matrix that has two or more identical eigenvalues (like the identity, for instance), values will blow up at this line https://github.com/invenia/Nabla.jl/blob/master/src/sensitivities/linalg/factorization/svd.jl#L68It would be nice to have a check and then either warn or fail gracefully in case that happens.
PS: This seems to be an issue with pytorch and autograd as well.
The text was updated successfully, but these errors were encountered: