Segmentation Fault during ONNX to TRT Conversion

Dear Nvidia Team,

I am Converting my ONNX Model to TRT Model using trtexec, but I am getting an error as Segmentation Fault.
May I know why I am getting that error and how to resolve that? I have attached the Image containing the short Verbose and the error below.

Command used: ./trtexec --onnx=/home/darshan/slow_fast_1.onnx --shapes=input1:1x3x8x256x455,input2:1x3x32x256x455 --plugins=/home/darshan/RoI_Align.so --plugins=/home/darshan/Einsum_op_dynamic.so --verbose --fp16 --dumpOutput

Environment :

TRT Version: 7.1.3
CUDA: 10.2
OS: Ubuntu 18.04.
GPU: RTX 2060.

Thanks,
Darshan

Looking forward to your reply.

Thanks in Advance,
Darshan

Hi @darshancganji12,

From verbose logs couldn’t get the reason. Segment fault does not tell much about why it happened.
Could you please use onnx runtime and check whether model is valid.

Thank you.

Hi @spolisetty,

Thanks for your reply.
I had checked with ONNX Runtime. The model is valid(I had checked with onnx.checker.check_model(model))

Thanks

Hi. Are there any updates on this issue? I am facing the same issue as well. I have checked with onnx.checker.check_model(model) and was also able to run inference using onnxruntime APIs and it works fine.

TRT version: 6.5