the usage of the .encodings file produced by AIMET #3902
Answered
by
quic-mtuttle
wwwsssaadd (xs-alt)
asked this question in
Q&A
|
Hi all,
|
Answered by
quic-mtuttle
Mar 14, 2025
Replies: 1 comment 2 replies
|
Hi wwwsssaadd (@xs-alt), good questions.
|
2 replies
Answer selected by
xs-alt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi wwwsssaadd (@xs-alt), good questions.
The AMP encodings file should be complete; no additional quantization is necessary.
You should almost always set
--bias_bitwidthas 32.--act_bitwidthcorresponds todefault_activation_bwand--weights_bitwidthcorresponds todefault_param_bw, but these two will only come into play if there are some encodings missing from the quantization overrides that you want QNN to fill in. Otherwise, you can pass the--float_fallbackflag to run layers with missing encodings in floating-point.This isn't well supported at the moment, but it is something we plan to add.