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 2018/06/26 19:17:46 UTC

[GitHub] ArmageddonKnight commented on issue #11402: Understanding Memory Allocation in MXNet

ArmageddonKnight commented on issue #11402: Understanding Memory Allocation in MXNet
URL: https://github.com/apache/incubator-mxnet/issues/11402#issuecomment-400431198
 
 
   @rahul003 @szha Thank you so much for your comments, but in my opinion this still does not explain the mismatch between the accumulated memory (shown above, reported as `200` MB) and the one given by `nvidia-smi` (`700` MB). Even if there are some optimizations such as memory reuse etc., should the total accumulated memory (i.e. `accumulated_alloc_mem` in the above code snippet) be at least the actual amount of allocated memory (i.e. `accumulated_alloc_mem > actual_alloc_mem`)?
   
   Any help is much appreciated. 

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