wkcn commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor URL: https://github.com/apache/incubator-mxnet/pull/14805#issuecomment-487895459 Hi, @yuxihu. Could you please tell me where the memory of NDArray is freed? I met a similar problem. I found the function [`AllocateNDArrayCopy`](https://github.com/apache/incubator-mxnet/blob/master/src/operator/custom/custom.cc#L46) in Custom Operator allocates new NDArray, but I do not know where the NDArray is released. Thank you!
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
