You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/15 04:42:12 UTC

[GitHub] szha commented on issue #13683: fix bug in nag optimizer

szha commented on issue #13683: fix bug in nag optimizer
URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454265368
 
 
   Currently the rhs will result in allocating temporary space for the results of `self.momentum * mom[:]`, `self.momentum * mom[:] + grad32`, and `self.momentum * mom[:] + grad32 + wd * weight32`. They were written in the previous way to avoid such memory spikes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services