Skip to content

Commit

Permalink
Add dataset doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterH0323 committed Mar 25, 2024
1 parent e95c3ea commit 488c279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ openxlab dataset get --dataset-repo OpenDataLab/ImageNet-1K #数据集下载

执行后会对每个图片生成一个 npy 文件,训练的时候直接读取

2. 使用 mmengine 重写数据流
2. 使用 mmengine 重写数据流,下面是原版的 dataset,可见直接读取上一步生成的 npy 文件,省去了前处理时间

```python
class CustomDataset(Dataset):
Expand Down

0 comments on commit 488c279

Please sign in to comment.