pull/4522/head
LDOUBLEV 2021-11-01 20:16:13 +08:00
parent 54ca9efed3
commit ac2121c5db
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Mac端基础训练预测功能测试的主程序为`test_train_inference_python.
- 训练相关:
| 算法名称 | 模型名称 | CPU训练 | 模型压缩CPU |
| :---- | :---- | :---- | :---- | :---- | :---- |
| :---- | :---- | :---- | :---- |
| DB | ch_ppocr_mobile_v2.0_det| 正常训练 | 正常训练FPGM裁剪、PACT量化 <br> 离线量化(无需训练) |

View File

@ -25,7 +25,7 @@ Linux端基础训练预测功能测试的主程序为`test_train_inference_pytho
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 |
| 正常模型 | CPU | 1/6 | - | fp32/fp16 | 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 |

View File

@ -16,7 +16,7 @@ Windows端基础训练预测功能测试的主程序为`test_train_inference_pyt
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 |
| 正常模型 | CPU | 1/6 | - | fp32/fp16 | 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 |