-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Chinese translation of quick_run.md #578
Conversation
docs_zh-CN/quick_run.md
Outdated
|
||
MMEditing 使用 `MMDistributedDataParallel` 实现 **分布式**测试。 | ||
|
||
#### 在单/多 GPU 上进行测试 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在单/多个 GPU 上进行测试
docs_zh-CN/quick_run.md
Outdated
[GPUS=${GPUS}] ./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} ${CONFIG_FILE} ${CHECKPOINT_FILE} | ||
``` | ||
|
||
以下是使用 8 个 GPU 在作业名称为 “test” 的 “dev” 分区上测试示例模型的例子。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以下是使用 8 个 GPU 在作业名称为 test
的 dev
分区上测试示例模型的例子。
docs_zh-CN/quick_run.md
Outdated
MMEditing 使用 `MMDistributedDataParallel` 实现 **分布式**测试。 | ||
|
||
所有输出(日志文件和模型权重文件)都将保存到工作目录中, | ||
工作目录由配置文件中的“work_dir”指定。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
工作目录由配置文件中的 work_dir
指定。
docs_zh-CN/quick_run.md
Outdated
evaluation = dict(interval=1e4, by_epoch=False) # 每一万次迭代进行一次评估。 | ||
``` | ||
|
||
### 在单/多 GPU 上训练 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在单/多个 GPU 上进行测试
Fix typo and translate quick_run.md to Chinese