From 9b3b7759ec0a978ddbe290a888cdfc715192c966 Mon Sep 17 00:00:00 2001 From: cuicheng01 Date: Tue, 7 Jun 2022 06:47:21 +0000 Subject: [PATCH] update PP-LCNet.md --- docs/zh_CN/models/PP-LCNet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_CN/models/PP-LCNet.md b/docs/zh_CN/models/PP-LCNet.md index 1af9ee0f..fb78910c 100644 --- a/docs/zh_CN/models/PP-LCNet.md +++ b/docs/zh_CN/models/PP-LCNet.md @@ -188,7 +188,7 @@ MobileNetV3_large_x0_75 | 64.53 | 151 | #### 1.4.1 基于Intel Xeon Gold 6148 的预测速度 -| Model | Latency(ms)(ms)
bs=1, thread=10 | +| Model | Latency(ms)
bs=1, thread=10 | |:--:|:--:| | PPLCNet_x0_25 | 1.74 | | PPLCNet_x0_35 | 1.92 | @@ -199,7 +199,7 @@ MobileNetV3_large_x0_75 | 64.53 | 151 | | PPLCNet_x2_0 | 4.27 | | PPLCNet_x2_5 | 5.39 | -**备注:** 精度类型为 FP32,推理过程使用MKLDNN。 +**备注:** 精度类型为 FP32,推理过程使用 MKLDNN。 -- GitLab