From e0b291c9d2a1ec721f88d3091febc1f6df0a1385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=87=E5=88=BB=E5=B0=8F=E5=93=A5=E5=93=A5?= Date: Fri, 30 Jun 2023 14:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95md=E6=96=87=E4=BB=B6=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=9B=BE=E7=89=87=E7=9A=84=E7=9B=B8=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tutorials/Introduction_to_PyTorch/datasets_dataloaders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.0/tutorials/Introduction_to_PyTorch/datasets_dataloaders.md b/docs/2.0/tutorials/Introduction_to_PyTorch/datasets_dataloaders.md index c5072855c..c64c8b952 100644 --- a/docs/2.0/tutorials/Introduction_to_PyTorch/datasets_dataloaders.md +++ b/docs/2.0/tutorials/Introduction_to_PyTorch/datasets_dataloaders.md @@ -76,7 +76,7 @@ for i in range(1, cols * rows + 1): plt.show() ``` -![https://pytorch.apachecn.org/2.0/img/fashion_mnist.png](https://pytorch.apachecn.org/2.0/img/fashion_mnist.png) +![fashion_mnist.png](../../img/fashion_mnist.png) ## 为你的文件创建一个自定义数据集 @@ -190,7 +190,7 @@ print(f"Label: {label}") 输出: -![https://pytorch.apachecn.org/2.0/img/fashion_mnist2.png](https://pytorch.apachecn.org/2.0/img/fashion_mnist2.png) +![fashion_mnist2.png](../../img/fashion_mnist2.png) ```py Feature batch shape: torch.Size([64, 1, 28, 28])