You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
It would be nice to port
ResourceScope
to the Clojure package to have a standard way to manage memory among the JVM languageshttps://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/org/apache/mxnet/ResourceScope.scala
Completing this would involving the correct interop to call the functions and use it in an idiomatic Clojure way. It would also involve creating unit tests along the lines of https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/test/scala/org/apache/mxnet/ResourceScopeSuite.scala
@nswamy Is available as a resource from the Scala package side to provide an overview / insight on the design and limitations
The text was updated successfully, but these errors were encountered: