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

Fix some typos. #1079

Merged
merged 3 commits into from
Sep 5, 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 README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="resources/mmediting-logo.png" width="500px"/>
<img src="docs/zh_cn/_static/resources/mmediting-logo.png" width="500px"/>
<div>&nbsp;</div>
<div align="center">
<b><font size="5">OpenMMLab 官网</font></b>
Expand Down
8 changes: 4 additions & 4 deletions docs/zh_cn/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## 准备数据集

推荐将数据集根目录链接到 $MMEditing/data 文件夹。
如果你的文件夹结构不是如此,你可能需要查看一下配置文件中与之相关的数据路径设置
下面是各种任务中,我们需要到的数据集的介绍
如果你的文件夹结构不是如此,你可能需要修改一下配置文件中与之相关的数据路径
下面是各种任务中,我们需要用到的数据集的介绍

[Inpainting](https://mmediting.readthedocs.io/en/latest/_tmp/inpainting_datasets.html)

Expand All @@ -18,7 +18,7 @@

## 用预训练模型做推理

我们提供了同时提供了用于测试一整个数据集测试脚本以及一些针对特定任务的运行样例
我们提供测试脚本来评估整个数据集,以及一些针对特定任务的运行样例

### 测试一个数据集

Expand Down Expand Up @@ -54,7 +54,7 @@ python tools/test.py configs/example_config.py work_dirs/example_exp/example_mod
[GPUS=${GPUS}] ./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} ${CONFIG_FILE} ${CHECKPOINT_FILE}
```

这里有一个使用8个 GPU 进行测是的样例,我们使用 `dev` 分区,同时设置任务名字为 `test`:
这里有一个使用8个 GPU 进行测试的样例,我们使用 `dev` 分区,同时设置任务名字为 `test`:

```shell
GPUS=8 ./tools/slurm_test.sh dev test configs/example_config.py work_dirs/example_exp/example_model_20200202.pth
Expand Down