Got the error below when I tried to use trtexec (with TensorRT 8.0.1) on a Xavier board
(Used this command /usr/src/tensorrt/bin/trtexec --onnx=G1.onnx --fp16 --useDLACore=0 --saveEngine=G1xxx.trt --allowGPUFallback)
Module_id 33 Severity 2 : NVMEDIA_DLA 684
Module_id 33 Severity 2 : Failed to bind input tensor. err : 0x00000b
Module_id 33 Severity 2 : NVMEDIA_DLA 2866
Module_id 33 Severity 2 : Failed to bind input tensor args. status: 0x000007
Is this a known issue with this version of TRT? (as I have seen this error being posted about on other forum posts too).
Edit : I can’t share the whole model, but it was a modified Yolov5 model.