TRT engine created on Tesla T4, Quadro P1000 but engine creation fails on Jetson AGX Xavier

Hi,

Please update your model into float-type input format with the below comment:

After that, you will meet a reshape issue like below:

[07/27/2021-16:22:53] [E] [TRT] Reshape_78: -1 wildcard has infinite number of solutions or no solution
[07/27/2021-16:22:53] [E] [TRT] Builder failed while analyzing shapes.

The error indicates that the reshape layer use -1 which is supported with TensorRT currently.
Is it possible to replace the dimension with some pre-defined value?

Thanks.

1 Like