未验证 提交 95665af4 编写于 作者: G Guanghua Yu 提交者: GitHub

update post_quant readme (#1092)

上级 04e3316f
...@@ -92,7 +92,17 @@ python eval.py --model_path ./quant_model/ResNet50/ ...@@ -92,7 +92,17 @@ python eval.py --model_path ./quant_model/ResNet50/
### benchmark ### benchmark
- MobileNetV1的各类离线量化方法在imagenet 1K数据集上的Top1指标:(Base acc-top1:70.92)
| 策略 | abs_max | avg | mse | emd | hist | KL |
| :-------- | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: |
| Base | 69.42 | 70.14 | 70.32 | 70.29 | 70.29 | 70.33 |
| bias_correction | 69.66 | 70.47 | 70.58 | 70.62 | 70.55 | 70.51 |
| Adaround | 69.67 | 70.51 | 70.61 | 70.63 | 70.57 | 70.45 |
| Adaround & bias_correction | 69.66 | 70.46 | 70.65 | 70.61 | 70.55 | 70.51 |
- ResNet50离线量化指标:
| 模型 | FP32 acc-top1 | INT8 acc-top1 | INT8 acc(adaround) | | 模型 | FP32 acc-top1 | INT8 acc-top1 | INT8 acc(adaround) |
| :-------- | :--------: | :--------: | :--------: | | :-------- | :--------: | :--------: | :--------: |
| MobileNetV1 | 0.7092 | 0.7036 | 0.7063 | | ResNet50 | 76.33 | 76.15 | 76.25 |
| ResNet50 | 0.7633 | 0.7615 | 0.7625 |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册