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/09/05 07:10:51 UTC

[GitHub] [incubator-mxnet] damvantai commented on issue #1432: How can I clear the memory usage?

damvantai commented on issue #1432: How can I clear the memory usage?
URL: https://github.com/apache/incubator-mxnet/issues/1432#issuecomment-528231456
 
 
   > This worked for me:
   > 
   > ```python
   > del mod
   > gc.collect()
   > # memory should be freed
   > ```
   
   but in Vram Gpu, my memory still don't reduce.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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