I have a Jetson TX2 with Ubuntu 16.04 64-bit. It was flashed with Jetpack 3.3. I am using Python 3.5.2.
Nvidia’s documentation says that TensorRT comes with Jetpack 3.3, but TensorRT is nowhere to be found on the TX2.
I already checked the TensorRT Installation Guide found here:
From the TensorRT installation guide, I tried the two install methods for Linux:
- Debian method - this did not work, as the debian package is amd64, and my system on the TX2 is arm64
- Tar method - this did not work. I followed the instructions and entered ‘sudo pip3 install tensorrt-4.0.1.6-cp35-cp35m-linux_x86_64.whl’ and the reply I received was ‘tensorrt-4.0.1.6-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.’
How can I install TensorRT on my TX2?