Closed HYLcool closed 1 year ago
TRT 8.6 works for me and it will release soon. I would suggest to try latest 8.5 first, maybe it's already fixed.
&&&& PASSED TensorRT.trtexec [TensorRT v8600] # trtexec --onnx=matchPattern.onnx --int8 --verbose
closing since no activity for more than 3 weeks, thank you!
Hi, when I convert a quantized onnx model to trt engine using
trtexec --fp16 --int8 --onnx=xxx.onnx
, I met a error like below:And the structure of this area is shown below:
This onnx model can be downloaded here
My environ: python 3.7 CUDA 11.4 TensorRT 8.4.1.5
Is it something wrong with the placements of Q/DQ pairs or the structure of this model? Or are there any notices in TensorRT when using trtexec to convert a quantized onnx model to trt engine? Thanks!