Skip to content

Commit

Permalink
[FIX] update link in readme (#50)
Browse files Browse the repository at this point in the history
* [FIX] update link in readme
  • Loading branch information
linyq17 committed Feb 24, 2022
1 parent 38afc01 commit 217a3ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ Please refer to [install.md](docs/install.md) for installation of mmfewshot and

## Getting Started

If you are new of few shot learning, you can start with [learn the basics](docs/intro.md).
If you are familiar with it, check out [getting_started.md](docs/get_started.md) for the basic usage of mmfewshot.
If you are new of few shot learning, you can start with [learn the basics](docs/en/intro.md).
If you are familiar with it, check out [getting_started.md](docs/en/get_started.md) for the basic usage of mmfewshot.


Refer to the below tutorials to dive deeper:
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ MMFewShot 是一款基于 PyTorch 的少样本学习代码库,是 [OpenMMLab](
请参考[安装文档](docs/install.md)进行安装和参考[数据准备](tools/data/README.md)准备数据集。

## 快速入门
如果初次了解少样本学习,你可以从[基础介绍](docs/intro.md)开始了解少样本学习的基本概念和 MMFewShot 的框架。
如果对少样本学习很熟悉,请参考[使用教程](docs/get_started.md)获取MMFewShot的基本用法。
如果初次了解少样本学习,你可以从[基础介绍](docs/en/intro.md)开始了解少样本学习的基本概念和 MMFewShot 的框架。
如果对少样本学习很熟悉,请参考[使用教程](docs/en/get_started.md)获取MMFewShot的基本用法。

MMFewShot 也提供了其他更详细的教程,包括:

Expand Down

0 comments on commit 217a3ae

Please sign in to comment.