-
Hello, JAX Team, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check out the discussion on #669 and @shoyer's comment here on #8732 (also #2311). See also this comment in the code. I think the short answer is no. Moreover I think that with repeated eigenvalues the gradient for eigendecomposition is not well defined mathematically (though for autodiff of an eig/eigh routine one could define the autodiff gradient with reference to whatever gauge-symmetry-breaking choices the implementation happened to make). |
Beta Was this translation helpful? Give feedback.
Check out the discussion on #669 and @shoyer's comment here on #8732 (also #2311). See also this comment in the code.
I think the short answer is no. Moreover I think that with repeated eigenvalues the gradient for eigendecomposition is not well defined mathematically (though for autodiff of an eig/eigh routine one could define the autodiff gradient with reference to whatever gauge-symmetry-breaking choices the implementation happened to make).
@shoyer @levskaya please correct any mistakes in the above!