Part Number: TDA4VM
Tool/software:
Hi,
I Tried to quantize the model to 8 bit. These are the parameters that I am using:
numParamBits = 8
numFeatureBits = 8
quantizationStyle = 3
calibrationOption = 7
I tested 3 different iterations with 10, 50, 100 images and observed that the results are best when I am using 50 images following by 10. My F1 score is decreasing by ~8% when I am using 100 images.
I have double checked that there is no significant class imbalance in the test set.
I have used other calibration options(16,32,13) but I am getting the best result while I am using mixed precision with CalibrationOption as 7. I have also tried different quantizationStyles but I am getting the
best results with 3.
There is a significant F1 score loss when I am moving from 32 to 8 bit (~20% with the best result i.e. with 50 cal images )
Can you please tell me what factors are responsible for getting a good score using calibration?