Skip to content

Commit

Permalink
测试md文件使用图片的相对路径
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian committed Jun 30, 2023
1 parent 2d1b09f commit e0b291c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 为你的文件创建一个自定义数据集

Expand Down Expand Up @@ -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])
Expand Down

0 comments on commit e0b291c

Please sign in to comment.