From d3be9013c88bfe6563ef5c6942e639a31a61c2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B5=87=E9=94=B4?= Date: Fri, 10 Oct 2025 16:36:39 +0800 Subject: [PATCH] =?UTF-8?q?README=E9=93=BE=E6=8E=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TensorFlow/contrib/cv/resnet50_for_TensorFlow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/resnet50_for_TensorFlow/README.md b/TensorFlow/contrib/cv/resnet50_for_TensorFlow/README.md index db1459447..a3d7eef82 100644 --- a/TensorFlow/contrib/cv/resnet50_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/resnet50_for_TensorFlow/README.md @@ -15,7 +15,7 @@ om模型下载地址: https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/models/resnet50_imagenet_dynamic_hw-python/tf_resnet50.om -使用ATC模型转换工具进行模型转换时可以参考如下指令,具体操作详情和参数设置可以参考 [ATC工具使用指导](https://support.huaweicloud.com/ti-atc-A200dk_3000/altasatc_16_002.html) +使用ATC模型转换工具进行模型转换时可以参考如下指令,具体操作详情和参数设置可以参考 [ATC工具使用指导](https://hiascend.com/document/redirect/CannCommercialAtc) ``` wget https://obs-9be7.obs.myhuaweicloud.com/models/resnet50_imagenet_dynamic_hw-python/aipp_resnet50.aippconfig -- Gitee