diff --git a/test_tipc/docs/mac_test_train_inference_python.md b/test_tipc/docs/mac_test_train_inference_python.md index 985e4b8355eab5dd5b0c4ef16fd06807d95c8196..1408509254983f54f087194ed3870480428da0db 100644 --- a/test_tipc/docs/mac_test_train_inference_python.md +++ b/test_tipc/docs/mac_test_train_inference_python.md @@ -9,7 +9,7 @@ Mac端基础训练预测功能测试的主程序为`test_train_inference_python. - 训练相关: | 算法名称 | 模型名称 | CPU训练 | 模型压缩(CPU) | -| :---- | :---- | :---- | :---- | :---- | :---- | +| :---- | :---- | :---- | :---- | | DB | ch_ppocr_mobile_v2.0_det| 正常训练 | 正常训练:FPGM裁剪、PACT量化
离线量化(无需训练) | diff --git a/test_tipc/docs/test_train_inference_python.md b/test_tipc/docs/test_train_inference_python.md index 9f75d83d773d0549d58b2881f550e7c6c91b291c..5376a699dfc82b908a7fefe21fd81630c2f82dd4 100644 --- a/test_tipc/docs/test_train_inference_python.md +++ b/test_tipc/docs/test_train_inference_python.md @@ -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 | 支持 | diff --git a/test_tipc/docs/win_test_train_inference_python.md b/test_tipc/docs/win_test_train_inference_python.md index 40caefabf7287db73316df7734f5c77a232d4c54..e8395d00447770a8312b0ef9991b3f23587d0fa3 100644 --- a/test_tipc/docs/win_test_train_inference_python.md +++ b/test_tipc/docs/win_test_train_inference_python.md @@ -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 | 支持 |