Onnx to tensorrt problem

i am using trt 8.0 to convert onnx model to trt model, but an error below occurs:

This error indicates that the padding value of my pad_119 node is not 0, but from Netron I can see that the constant_value is 0

here is my “Pad_119” node looks like:

Environment

TensorRT Version: 8.0.1.6

Can you please try using TRT 8.2 onwards
If not, please share your onnx model with us.

Thanks

solved, tensorrt 8.0.1 does not support padding with non-zero values, changing it to concat node in onnx and convert to trt will work