MXNet support on AGX Xavier at current stage

Hi all,

Since our neighbor Jetson Nano supports MXNet, is there MXNet support on Xavier platform at current stage? Do we have any document/instruction regards it?

Thank you.

Hi,

You can also build it from source. Here is a tutorial for your reference:
https://devtalk.nvidia.com/default/topic/1049293/jetson-nano/i-was-unable-to-compile-and-install-mxnet-on-the-jetson-nano-is-there-an-official-installation-tutorial-/post/5326119/#5326119

Please remember to update the GPU capacity for Jetson Xavier:

sed -i '/USE_CUDNN/a CUDA_ARCH := -gencode arch=compute_72,code=sm_72' config.mk

Thanks.

Hi,AastaLLL

I followed your instructions to set it up and it works.

Thanks.