gigasquid commented on issue #12881: Improve the Clojure Package README to Make it Easier to Get Started URL: https://github.com/apache/incubator-mxnet/pull/12881#issuecomment-435692341 @kohr-h Thanks for digging in and solving the Scala build issue with MKL-DNN. The message you are seeing `Loading libmxnet-scala.so from /lib/native/ copying to mxnet-scala` means that the native library is being extracted out of the jar, copies it to a temp file, and then loads it into memory from there https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/org/apache/mxnet/util/NativeLibraryLoader.scala#L92 From my point of view, this seems like a desirable thing. I'm wondering what other Scala people think? Is the message still appropriate for users? @nswamy @lanking520
---------------------------------------------------------------- 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
