From fcbbbddded281a2ae9c697e8529d2d1130e15d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=87=AF=E5=AE=87?= Date: Tue, 30 Sep 2025 16:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B08p-npu=E7=B2=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contrib/cv/pose_estimation/Lightweight_OpenPose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/pose_estimation/Lightweight_OpenPose/README.md b/PyTorch/contrib/cv/pose_estimation/Lightweight_OpenPose/README.md index b395588c10..07f03d35b3 100644 --- a/PyTorch/contrib/cv/pose_estimation/Lightweight_OpenPose/README.md +++ b/PyTorch/contrib/cv/pose_estimation/Lightweight_OpenPose/README.md @@ -247,7 +247,7 @@ step-3阶段结果 | 1p-NPU | - | 646.97 | 1 | O1 | 1.11 | | 8p-NPU | 0.4289 | 2950.817 | 280 | O1 | 1.11 | | 1p-NPU | - | 644.608 | 1 | O1 | 2.1 | -| 8p-NPU | 0.4289 | 3005.633 | 280 | O1 | 2.1 | +| 8p-NPU | 0.4185 | 3005.633 | 280 | O1 | 2.1 | 8p-NPU上各阶段训练后的模型精度 -- Gitee