Skip to content

Commit

Permalink
1-2结构整理
Browse files Browse the repository at this point in the history
  • Loading branch information
songlt committed Nov 26, 2024
1 parent 60426ca commit 6b6cf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-2,图片数据建模流程范例.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"source": [
"在Pytorch中构建图片数据管道通常有两种方法。\n",
"\n",
"第一种是使用 torchvision中的datasets.ImageFolder来读取图片然后用 DataLoader来并行加载。\n",
"第一种是使用 torchvision中的datasets.ImageFolder 来读取图片然后用 DataLoader来并行加载。\n",
"\n",
"第二种是通过继承 torch.utils.data.Dataset 实现用户自定义读取逻辑然后用 DataLoader来并行加载。\n",
"\n",
Expand Down

0 comments on commit 6b6cf06

Please sign in to comment.