Converting etlt file to onnx file

i am trying convert a model published in etlt file foramat. to onnx file format using the command
“./trtexec --loadEngine=<path_to_etlt_file> --deployMode=explicitBatch --output=<output_onnx_file> --explicitBatch”

in place of “< path to ettl file >” i shall add path to my file. but what has to be in the place of <output_onnx_file> the path of the file is not known. as this file have not yet been generated

1 Like

Hi there @ayrusprofessional and welcome to the NVIDIA developer forums.

I took the liberty to move your post to the TensorRT category, I am sure they will know how to help you.

Thanks!