jeremiedb commented on issue #9453: [R] CNN Memory Leak - Needs to somehow call Garbage Collector URL: https://github.com/apache/incubator-mxnet/issues/9453#issuecomment-358546081 No worry, mx.nd.slice is not an exported function (not sure why actually?), but is still accessible through mxnet:::mx.nd.slice. As a rule of thumb, if you have another missing function warning, you can likely solve it through mxnet:::<function_name>
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
