lanking520 edited a comment on issue #19230: URL: https://github.com/apache/incubator-mxnet/issues/19230#issuecomment-699222675
@wangtieqiao here is the steps to follow: 1. Build from source for MXNet 1.x or grab released native file from pip wheel and place it to the `lib` folder. 2. `cd scala-package` and run `mvn install`, this should build the whole Scala/Java package. You can grab the package from there to use the Java bindings. Another option is to use AWS maintained DeepJavaLibrary for MXNet Java support. You can follow the instruction: [load your mxnet model with DJL](http://docs.djl.ai/jupyter/load_mxnet_model.html). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
