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/02/07 00:08:51 UTC

[GitHub] piyushghai commented on issue #14080: Adam Optimizer Memory Leak in Scala

piyushghai commented on issue #14080: Adam Optimizer Memory Leak in Scala
URL: https://github.com/apache/incubator-mxnet/issues/14080#issuecomment-461239416
 
 
   @satyakrishnagorti Here's a documentation on how to manage memory in MXNet Scala : 
   
   https://github.com/apache/incubator-mxnet/blob/master/scala-package/memory-management.md
   
   The first method in this document details using : ```ResourceScope``` and can help in your use case.
   Do try it out and let us know the results.

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