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