aaronmarkham opened a new pull request #14855: [WIP] Jetson nano & TX installation updates URL: https://github.com/apache/incubator-mxnet/pull/14855 ## Description ## The Jetson instructions didn't work for me on the Nano, so I worked through a bunch of the errors and came up with these fixes. The goal was to get around the really long compile time locally on the device and to use cross-compilation. I also thought it would be nice to use the Java API for inference-only applications. So this PR gets you MXNet v1.4.1: * [Pre-compiled binary for Jetson arch](https://s3.us-east-2.amazonaws.com/mxnet-public/install/jetson/1.4.1/libmxnet.so) * [A Python wheel for Jetson arch](https://s3.us-east-2.amazonaws.com/mxnet-public/install/jetson/1.4.1/mxnet-1.4.1-py3-none-any.whl) * [A Java API jar file for Jetson arch](https://s3.us-east-2.amazonaws.com/mxnet-public/install/jetson/1.4.1/mxnet-full_2.11-INTERNAL.jar) * Instructions on how to roll your own via Docker or manually The PR is WIP as my Nano died and I don't have any hardware to test it on at the moment, but maybe others can try out these artifacts. Thanks @lanking520 and @zachgk for helping on the Java stuff. And @larroy for general Jetson help. BTW - I used a workaround to get v1.4.1 for Java. Anyone else will probably have to wait for 1.5.0 or just use master. (So don't bother unless you want to get a lot of errors and fail a bunch.)
---------------------------------------------------------------- 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] With regards, Apache Git Services
