Skip to content

Commit

Permalink
Minor fix (d2l-ai#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmermaid authored Jul 16, 2021
1 parent 1e99daf commit 333e6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_computer-vision/fine-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import os

### 获取数据集

我们使用的[**热狗数据集来源于网络**]。该数据集包含 1400 张包含热狗的正面类图像以及包含其他食物的尽可能多的负面级图像。两个课程的 1000 张图片用于训练,其余的则用于测试。
我们使用的[**热狗数据集来源于网络**]。该数据集包含 1400 张包含热狗的正面类图像以及包含其他食物的尽可能多的负面级图像。两个类别的 1000 张图片用于训练,其余的则用于测试。

解压下载的数据集后,我们获得了两个文件夹 `hotdog/train``hotdog/test`。这两个文件夹都有 `hotdog``not-hotdog` 个子文件夹,其中任何一个文件夹都包含相应类的图像。

Expand Down

0 comments on commit 333e6e1

Please sign in to comment.