ssue Summary
When using asymmetric quantization, I encountered an overflow issue with the activation offset (zero point). This leads to abnormal inference results or significant accuracy drops. The problem typically occurs when the activation distribution has a large range or contains extreme outliers, causing the computed offset to exceed the supported numerical range for quantization.
Request for Help
Are there recommended quantization algorithms or parameter settings to effectively avoid offset overflow?
Does Qualcomm's quantization toolchain support automatic clipping, dynamic quantization, or other mechanisms to mitigate this issue?
Are there best practices or example cases you can share?
ssue Summary
When using asymmetric quantization, I encountered an overflow issue with the activation offset (zero point). This leads to abnormal inference results or significant accuracy drops. The problem typically occurs when the activation distribution has a large range or contains extreme outliers, causing the computed offset to exceed the supported numerical range for quantization.
Request for Help
Are there recommended quantization algorithms or parameter settings to effectively avoid offset overflow?
Does Qualcomm's quantization toolchain support automatic clipping, dynamic quantization, or other mechanisms to mitigate this issue?
Are there best practices or example cases you can share?