From 605ac887dc99c4d0fb9daf2c822af27a22ef240b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=88=E9=BE=99=E8=BE=89?= <1457688103@qq.com> Date: Wed, 4 Dec 2024 06:09:48 +0000 Subject: [PATCH] update Samples/DetectionRetrainingAndInfer/README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谈龙辉 <1457688103@qq.com> --- Samples/DetectionRetrainingAndInfer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/DetectionRetrainingAndInfer/README.md b/Samples/DetectionRetrainingAndInfer/README.md index 839d51c..8906684 100644 --- a/Samples/DetectionRetrainingAndInfer/README.md +++ b/Samples/DetectionRetrainingAndInfer/README.md @@ -67,7 +67,7 @@ - 安装离线推理所需的ACLLite库。 - 参考[ACLLite仓](https://gitee.com/ascend/ACLLite)安装ACLLite库。 + 参考[ACLLite仓](https://gitee.com/ascend/ACLLite/tree/master/python)安装ACLLite库。 #### 模型训练 -- Gitee