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
I am confused by the function, and I think that the gradInput should be computed by gradInput = self.weight[1] * gradOutput rather than gradInput = self.weight[1] + gradOutput.
I am confused by the function, and I think that the gradInput should be computed by gradInput = self.weight[1] * gradOutput rather than gradInput = self.weight[1] + gradOutput.
nn/Mul.lua
Lines 29 to 34 in 8726825
The text was updated successfully, but these errors were encountered: