I just transfer the onnx model to engine model on Jetson Xavier NX board by the following command:
trtexec --onnx=model.onnx --explicitBatch --saveEngine=model.engine --workspace=4096 --fp16
And we found some warning information during transfering as shown below:
I’m not sure whether such information would cause any affect when we use the model. Hope someone can help to clarify it, thanks!