Mxnet gpu

Hi,

How can I install mxnet for gpu?

Thanks!

Hi,

Do you use JetPack4.4?
If yes, MXNet gpu for TX2 can be installed via following command directly:

$ wget https://raw.githubusercontent.com/AastaNV/JEP/master/MXNET/autoinstall_mxnet.sh
$ sudo chmod +x autoinstall_mxnet.sh
$ ./autoinstall_mxnet.sh TX2

Please noticed that the installation may take around half hour to finish.
Thanks.

Hi,

I run script but error.

Also, I have problem with flask kernel

Thank.

Hi,

Based on the log, it seems that you try to flash kernel.
Do you execute other command on the same time?

Thanks.

Hi,

No, I don’t

Thanks.

Hi,

Sorry for the late update.

There is a missing c++ based library.
Would you mind to install it first and run the script again?

$ sudo apt-get install protobuf-compiler

Thanks.

1 Like

Hi,

I built successful with this doc.

Thanks!