Hi,
My current versions:
CUDA 9.0
Tensorflow-gpu==1.5
TensorRT 4.0.0.2
CudNN 7
using python 3.5.2
I am having issues with running the following code:
import uff
import tensorflow as tf
import tensorrt as trt
As presented in your guide:
The problem occurs on the 3rd line (import tensorrrt…), and it reads as such:
Traceback (most recent call last):
File “”, line 1, in
File “/home/isl/.local/lib/python3.5/site-packages/tensorrt/init.py”, line 77, in
from tensorrt import infer, parsers, utils, lite, plugins
File “/home/isl/.local/lib/python3.5/site-packages/tensorrt/parsers/init.py”, line 54, in
from . import caffeparser
File “/home/isl/.local/lib/python3.5/site-packages/tensorrt/parsers/caffeparser/init.py”, line 51, in
from ._nv_caffe_parser_bindings import *
ImportError: libnvparsers.so.4.0.2: cannot open shared object file: No such file or directory
We have tried downloading multiple versions of TensorRT and the problem doesn’t stop, could you please help with figuring out how we can overcome this issue?
Thanks!