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/22 21:22:46 UTC

[GitHub] anirudhacharya edited a comment on issue #13960: Use In-place operator to prevent memory spikes in optimizer updates

anirudhacharya edited a comment on issue #13960: Use In-place operator to prevent memory spikes in optimizer updates
URL: https://github.com/apache/incubator-mxnet/pull/13960#issuecomment-456567642
 
 
   Some statistics from `profiler.dump()` on running with an mnist example. 
   
   #### Adadelta Old
   
   Profile Statistics.
   Memory: cpu/0     -   1908        
   
   #### Adadelta New
   
   Profile Statistics.
   Memory: cpu/0     -    1764  
   
   #### Adamax Old
   
   Profile Statistics.
   Memory: cpu/0       -   1728         
   
   #### Adamax New
   Profile Statistics.
   Memory: cpu/0       -  1656         

----------------------------------------------------------------
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