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


With regards,
Apache Git Services

Reply via email to