coolwebgo commented on issue #13265: MXNet C++Interface reasoning leads to CPU 
memory leak
URL: 
https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-459577033
 
 
   I also got the memory leak ,  call like this :       
         MXPredCreate()
        MXPredSetInput(x);              
        MXPredForward(x); //memory leak
        MXPredFree(x);
   
   , when I mask the call :  MXPredForward(),  the mem leak will not turn 
up(memory use do not grow).

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


With regards,
Apache Git Services

Reply via email to