Skip to content

Commit

Permalink
[Docs] Fix typo for wrong reference. (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crescent-Saturn authored Sep 16, 2022
1 parent 982cab4 commit 8d1bc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For ImageNet, it has multiple versions, but the most commonly used one is [ILSVR

For MNIST, CIFAR10 and CIFAR100, the datasets will be downloaded and unzipped automatically if they are not found.

For using custom datasets, please refer to [Tutorials 2: Adding New Dataset](tutorials/new_dataset.md).
For using custom datasets, please refer to [Tutorial 3: Customize Dataset](tutorials/new_dataset.md).

## Inference with pretrained models

Expand Down
3 changes: 2 additions & 1 deletion docs/zh_CN/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ mmclassification

对于 MNIST,CIFAR10 和 CIFAR100,程序将会在需要的时候自动下载数据集。

对于用户自定义数据集的准备,请参阅 [教程 2:如何增加新数据集](tutorials/new_dataset.md)
对于用户自定义数据集的准备,请参阅 [教程 3:如何自定义数据集
](tutorials/new_dataset.md)

## 使用预训练模型进行推理

Expand Down

0 comments on commit 8d1bc55

Please sign in to comment.