Help i want to use an onnx model on my jetson nano

i have a trained onnx model on my computer but now i want to test this model using tensorrt on my jetson nano

Hi,

You can use trtexec for an ONNX model directly.

$ /usr/src/tensorrt/bin/trtexec --onnx=[your/model]

Thanks.

Thanks for the help