[GitHub] [incubator-mxnet] yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor

2019-04-30 Thread GitBox
yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor URL: https://github.com/apache/incubator-mxnet/pull/14805#issuecomment-488072326 > Hi, @yuxihu. > > Could you please tell me where the memory of NDArray is freed? > > I met a

[GitHub] [incubator-mxnet] yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor

2019-04-29 Thread GitBox
yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor URL: https://github.com/apache/incubator-mxnet/pull/14805#issuecomment-487825624 Fix no longer needed. The memory is freed at higher level language after the NDArray is used.

[GitHub] [incubator-mxnet] yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor

2019-04-25 Thread GitBox
yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor URL: https://github.com/apache/incubator-mxnet/pull/14805#issuecomment-486886250 @mxnet-label-bot add [pr-work-in-progress]