From cbc2020f10136fa76f1ee758ed3dd1aa869856c9 Mon Sep 17 00:00:00 2001 From: sunjian Date: Thu, 30 Oct 2025 10:22:18 +0800 Subject: [PATCH] =?UTF-8?q?Transformer=5FID0004=5Ffor=5FTensorFlow?= =?UTF-8?q?=E7=BD=91=E7=BB=9CREADME=E9=95=9C=E5=83=8F=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nlp/Transformer_ID0004_for_TensorFlow/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md index 2bce93c95..f1a021643 100644 --- a/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md @@ -111,7 +111,7 @@ run_config = NPURunConfig(

训练环境准备

1. 硬件环境准备请参见各硬件产品文档"[驱动和固件安装升级指南]( https://support.huawei.com/enterprise/zh/category/ai-computing-platform-pid-1557196528909)"。需要在硬件设备上安装与CANN版本配套的固件与驱动。_ -2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://ascendhub.huawei.com/#/detail?name=ascend-tensorflow-arm)获取镜像。 +2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://www.hiascend.com/developer/ascendhub/)获取镜像。 当前模型支持的镜像列表如[表1](#zh-cn_topic_0000001074498056_table1519011227314)所示。 @@ -126,11 +126,11 @@ run_config = NPURunConfig( - +

20.2.0

-

20.2

+

8.0

@@ -485,4 +485,4 @@ python3.7.5 transformer_online_inference.py --batchSize 在线推理的BatchSize ``` -在线推理由于涉及动态shape的模型编译,时间会比较长;如果是medium的模型,完全执行完约1h \ No newline at end of file +在线推理由于涉及动态shape的模型编译,时间会比较长;如果是medium的模型,完全执行完约1h -- Gitee