Wheel file for TensorRT installation on NVIDIA Jetson TX2

Hi ,

Can anyone help me with the pip wheel file link(for python TensorRT package) for the download of TensorRT version 3.0.1 on Jetson TX2?
I am using the instructions given in the below link for download:

Hi,

TensorRT python API is only for x86-based linux machine.
It’s not available for Jetson.

You can find information here:
http://docs.nvidia.com/deeplearning/sdk/tensorrt-release-notes/rel_3-0-1.html#rel_3-0-1

The TensorRT Python APIs are only supported on x86 based systems. Some installation packages for ARM based systems may contain Python .whl files. Do not install these on the ARM systems, as they will not function.

Thanks.

Hi ,

Thank you for your response.
I want my tensorflow algorithm to work using TensorRT.

Can anyone help me with the right link for installation of TensorRT on Jetson TX2?

Hi,

Python API is only available on x86 Linux platform.

For Jetson, we only provide C++ TensorRT package and it can be installed via JetPack directly.

Thanks.

Hi,

Does it mean that I can only use C++ API on TX2 as the arm architecture?