提交 ac2121c5 编写于 作者: L LDOUBLEV

fix bug

上级 54ca9efe
...@@ -9,7 +9,7 @@ Mac端基础训练预测功能测试的主程序为`test_train_inference_python. ...@@ -9,7 +9,7 @@ Mac端基础训练预测功能测试的主程序为`test_train_inference_python.
- 训练相关: - 训练相关:
| 算法名称 | 模型名称 | CPU训练 | 模型压缩(CPU) | | 算法名称 | 模型名称 | CPU训练 | 模型压缩(CPU) |
| :---- | :---- | :---- | :---- | :---- | :---- | | :---- | :---- | :---- | :---- |
| DB | ch_ppocr_mobile_v2.0_det| 正常训练 | 正常训练:FPGM裁剪、PACT量化 <br> 离线量化(无需训练) | | DB | ch_ppocr_mobile_v2.0_det| 正常训练 | 正常训练:FPGM裁剪、PACT量化 <br> 离线量化(无需训练) |
......
...@@ -25,7 +25,7 @@ Linux端基础训练预测功能测试的主程序为`test_train_inference_pytho ...@@ -25,7 +25,7 @@ Linux端基础训练预测功能测试的主程序为`test_train_inference_pytho
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 | | 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: | | ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - | | 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 | | 正常模型 | CPU | 1/6 | - | fp32/fp16 | 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - | | 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 | | 量化模型 | CPU | 1/6 | - | int8 | 支持 |
......
...@@ -16,7 +16,7 @@ Windows端基础训练预测功能测试的主程序为`test_train_inference_pyt ...@@ -16,7 +16,7 @@ Windows端基础训练预测功能测试的主程序为`test_train_inference_pyt
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 | | 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: | | ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - | | 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 | | 正常模型 | CPU | 1/6 | - | fp32/fp16 | 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - | | 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 | | 量化模型 | CPU | 1/6 | - | int8 | 支持 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册