Is it possible to export an .ONNX file to .engine file with dynamic batch sizes? I want to create one .engine file and use it for different batch sizes.
Is it possible to export an .ONNX file to .engine file with dynamic batch sizes? I want to create one .engine file and use it for different batch sizes.
@kunal.sahoo2003,
Yes, it is supported. Please refer to the documentation below.
Using trtexec: