From ac2121c5db540284052edc638e6c2bc0a0ad3d0e Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Mon, 1 Nov 2021 20:16:13 +0800 Subject: [PATCH] fix bug --- test_tipc/docs/mac_test_train_inference_python.md | 2 +- test_tipc/docs/test_train_inference_python.md | 2 +- test_tipc/docs/win_test_train_inference_python.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_tipc/docs/mac_test_train_inference_python.md b/test_tipc/docs/mac_test_train_inference_python.md index 985e4b83..14085092 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 9f75d83d..5376a699 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 40caefab..e8395d00 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 | 支持 | -- GitLab