fix comment

pull/4522/head
LDOUBLEV 2021-11-01 20:27:45 +08:00
parent ac2121c5db
commit 8ec43803f5
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ Mac端基础训练预测功能测试的主程序为`test_train_inference_python.
- 训练相关:
| 算法名称 | 模型名称 | CPU训练 | 模型压缩CPU |
| :---- | :---- | :---- | :---- |
| DB | ch_ppocr_mobile_v2.0_det| 正常训练 | 正常训练FPGM裁剪、PACT量化 <br> 离线量化(无需训练) |
| 算法名称 | 模型名称 | 单机单卡CPU | 单机多卡 | 多机多卡 | 模型压缩CPU |
| :---- | :---- | :---- | :---- | :---- | :---- |
| DB | ch_ppocr_mobile_v2.0_det| 正常训练 | - | - | 正常训练FPGM裁剪、PACT量化 <br> 离线量化(无需训练) |
- 预测相关:基于训练是否使用量化,可以将训练产出的模型可以分为`正常模型`和`量化模型`,这两类模型对应的预测功能汇总如下,