refine quant doc

This commit is contained in:
LDOUBLEV 2021-05-18 09:50:26 +08:00
parent 92671d7356
commit 1185ca301d
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ python deploy/slim/quantization/export_model.py -c configs/det/det_mv3_db.yml -o
### 5. 量化模型部署
上述步骤导出的量化模型参数精度仍然是FP32但是参数的数值范围是int8导出的模型可以通过PaddleLite的opt模型转换工具完成模型转换。
上述步骤导出的量化模型参数精度仍然是FP32表现为量化后的模型大小不变,但是参数的数值范围是int8导出的模型可以通过PaddleLite的opt模型转换工具完成模型转换。
量化模型部署的可参考 [移动端模型部署](../../lite/readme.md)