solin319 edited a comment on issue #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454280011 Shall we change the code back to ``` mom[:] *= self.momentum grad32 += wd * weight32 mom[:] += grad32 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
