From f78207bd5f736c63c709004ce5c3fc86854b26a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E7=89=B9=E9=A9=B9?= Date: Thu, 26 Jun 2025 11:28:55 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=B5=84=E6=96=99=E6=95=B4=E6=94=B9]=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=94=A8=E6=88=B7=E8=87=AA=E8=A1=8C=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=95=B0=E6=8D=AE=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md | 2 +- .../cv/classification/InceptionV3_ID1596_for_PyTorch/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md b/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md index 2c9ace1c26..2cf7667f17 100644 --- a/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md +++ b/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md @@ -86,7 +86,7 @@ BERT的全称是Bidirectional Encoder Representation from Transformers,即双 1. 获取数据集。 - 下载 `zhwiki` 数据集。 + 用户自行下载 `zhwiki` 数据集。 解压得到zhwiki-latest-pages-articles.xml。 diff --git a/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/README.md b/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/README.md index 1bf6569483..3c1d2884dc 100644 --- a/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/README.md +++ b/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/README.md @@ -83,7 +83,7 @@ GoogLeNet对网络中的传统卷积层进行了修改,提出了被称为Incep 1. 获取数据集。 - 下载 `ImageNet` 开源数据集,将数据集上传到服务器任意路径下并解压。 + 用户自行下载 `ImageNet` 开源数据集,将数据集上传到服务器任意路径下并解压。 数据集目录结构参考如下所示。 -- Gitee