From 8998a6e97e16681fba62de0a2a2bdf0863f29c25 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:10:54 +0000 Subject: [PATCH] update Samples/HandWritingTrainAndInfer/README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谈龙辉 <1457688103@qq.com> --- Samples/HandWritingTrainAndInfer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/HandWritingTrainAndInfer/README.md b/Samples/HandWritingTrainAndInfer/README.md index 5892e0c..791c480 100644 --- a/Samples/HandWritingTrainAndInfer/README.md +++ b/Samples/HandWritingTrainAndInfer/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