Details
-
Story
-
Status: To Do
-
Major
-
Resolution: Unresolved
-
None
-
Scala/Java 1 (07/30-08/13), Scala/Java 2 (08/13-08/27), Scala/Java 4 (09/10-09/24), Scala/Java 5 (09/24-10/08), Scala/Java 6 (10/08 - 10/22), Scala/Java 7 (10/22-11/5), Scala/Java 8 (11/5 - 11/19), Scala/Java 9 (11/19-12/3), Scala/Java 10 (12/3-12/17), Scala/Java 13 (01/14 - 01/28)
Description
Due to C++ nature of MXNet, Scala binding has to take care about memory management and garbage collector for its users. Success criteria: Scala API users should not have to take special care about disposing objects created by MXNet and hence should not see memory leaks with their implementation of MXNet using Scala API binding.