Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Fix typo in tutorial 2 #1043

Merged
merged 1 commit into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/tutorials/finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This tutorial provides instructions for users to use the models provided in the

There are two steps to fine-tune a model on a new dataset.

- Add support for the new dataset following [Tutorial 3: Adding New Dataset](new_dataset.md).
- Add support for the new dataset following [Tutorial 3: Customize Dataset](new_dataset.md).
- Modify the configs as will be discussed in this tutorial.

Assume we have a ResNet-50 model pre-trained on the ImageNet-2012 dataset and want
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/tutorials/finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

在新数据集上微调模型分为两步:

- 按照 [教程 3:如何增加新数据集](new_dataset.md) 添加对新数据集的支持。
- 按照 [教程 3:如何自定义数据集](new_dataset.md) 添加对新数据集的支持。
- 按照本教程中讨论的内容修改配置文件

假设我们现在有一个在 ImageNet-2012 数据集上训练好的 ResNet-50 模型,并且希望在
Expand Down