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
In variable.py, the operation + calls _backward_idempotent for autograd, however, this function has a duplicate line of code line 349 and line 355 are the same code resulting in duplicate gradients for variables involved in the Function '+'.
The text was updated successfully, but these errors were encountered:
In
variable.py
, the operation+
calls_backward_idempotent
for autograd, however, this function has a duplicate line of code line 349 and line 355 are the same code resulting in duplicate gradients for variables involved in the Function '+'.The text was updated successfully, but these errors were encountered: