Hello,
I built a tensorrt engine file with Tensorrt 5.1.5.0, and I want to run it on Jetson Nano with python3.6. But I got this error message:
[TensorRT] ERROR: The engine plan file is not compatible with this version of TensorRT, expecting library version 5.1.6 got 5.1.5, please rebuild.
I know that I should rebuild my model with version 5.1.6.0. But I couldn’t find the tensorrt 5.1.6.0 version on the official download website.
How can I install tensorrt 5.1.5.0 on Jetson Nano
The environment of my PC is :
Ubuntu 16.04 , x86_64