Hi,
Request you to share the ONNX model and the script if not shared already so that we can assist you better.
Alongside you can try few things:
validating your model with the below snippet
check_model.py
import sys
import onnx
filename = yourONNXmodel
model = onnx.load(filename)
onnx.checker.check_model(model).
2) Try running your model with trtexec command.
In case you are still facing issue, request you to share the trtexec “”–verbose"" log for further debugging
Thanks!
If you still face the same issue, please share with us the details below.
TensorRT Version : GPU Type : Nvidia Driver Version : CUDA Version : CUDNN Version : Operating System + Version : Baremetal or Container (if container which image + tag) :
Also, it would be great if you share these details so that we replicate the same and try.
TensorRT Version : GPU Type : Nvidia Driver Version : CUDA Version : CUDNN Version : Operating System + Version : Baremetal or Container (if container which image + tag) :
Hi, I have installed TensorRT 8.6.1 through this link.
I did this after i got suggession from below, to try ONNX to TensorRT conversion with latest version of TensorRT.
I am still facing the same error. Please guide me with the correct versions needed for this conversion. It would be great if i get below details used for onnx to trt conversion.
TensorRT Version : GPU Type : Nvidia Driver Version : CUDA Version : ONNXRuntime: CUDNN Version : Operating System + Version : Baremetal or Container (if container which image + tag)