You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quantify the YOLO model to int8 using onnxruntime, and insert quantization and inverse quantization nodes when using QDQ quantization. As shown in the figure below, inverse quantization is performed before convolution calculation. So, should floating-point calculation still be maintained during convolution calculation? So the significance of quantification is only to make the model smaller? Moreover, it was observed that the convolution output tensor is of floating-point type. Why? Thank you!
The text was updated successfully, but these errors were encountered:
Quantify the YOLO model to int8 using onnxruntime, and insert quantization and inverse quantization nodes when using QDQ quantization. As shown in the figure below, inverse quantization is performed before convolution calculation. So, should floating-point calculation still be maintained during convolution calculation? So the significance of quantification is only to make the model smaller? Moreover, it was observed that the convolution output tensor is of floating-point type. Why? Thank you!
The text was updated successfully, but these errors were encountered: