You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed the tensorrt(3.0 for cuda9.0 and cudnn7.0.5) followed the introduction from the official doc, add the path to ~/.bashrc.
both the python and conda python can import tenosrrt correctly.
However, when I try the example 'python test.py --name label2city_1024p --netG local --ngf 32 --resize_or_crop none '
ERROR: failed to import module (cannot import name onnxparser)
Please make sure you have the TensorRT Library installed
and accessible in your LD_LIBRARY_PATH
How should I add the path to in conda?
Or any other soluations?
The text was updated successfully, but these errors were encountered:
I haven same problem, TensorRT-8.4.3.1.Windows10.x86_64.cuda-11.6.cudnn8.4 installed with graphsurgeon, uff and onnx_graphsurgeon modules.
Any solution?
Installed the tensorrt(3.0 for cuda9.0 and cudnn7.0.5) followed the introduction from the official doc, add the path to ~/.bashrc.
both the python and conda python can import tenosrrt correctly.
However, when I try the example 'python test.py --name label2city_1024p --netG local --ngf 32 --resize_or_crop none '
ERROR: failed to import module (cannot import name onnxparser)
Please make sure you have the TensorRT Library installed
and accessible in your LD_LIBRARY_PATH
How should I add the path to in conda?
Or any other soluations?
The text was updated successfully, but these errors were encountered: