This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Numpy] The gradient of einsum is wrong #18102
Comments
Thanks for bringing this up. Will check it out. |
Assignee: @hanke580 |
PR #18419, gradient fixed |
sxjscience
pushed a commit
that referenced
this issue
Jun 3, 2020
yijunc
pushed a commit
to yijunc/incubator-mxnet
that referenced
this issue
Jun 9, 2020
* * Fix einsum Bug * * Fix sanity * * Fix one dim start bug * * Fix test case gt
AntiZpvoh
pushed a commit
to AntiZpvoh/incubator-mxnet
that referenced
this issue
Jul 6, 2020
* * Fix einsum Bug * * Fix sanity * * Fix one dim start bug * * Fix test case gt
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The gradient of einsum is not reliable. The following is just one example. There are actually multiple scenarios in which the gradient is wrong. This operator has both performance issues as stated in #18043 and numeric problems.
We should recommend the users not to use the einsum in MXNet util these issues are fixed.
Error:
The text was updated successfully, but these errors were encountered: