[Doc] Chinese translation of quick_run.md #578
Merged
Merged
Conversation
|
|
||
| MMEditing 使用 `MMDistributedDataParallel` 实现 **分布式**测试。 | ||
|
|
||
| #### 在单/多 GPU 上进行测试 |
| [GPUS=${GPUS}] ./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} ${CONFIG_FILE} ${CHECKPOINT_FILE} | ||
| ``` | ||
|
|
||
| 以下是使用 8 个 GPU 在作业名称为 “test” 的 “dev” 分区上测试示例模型的例子。 |
Member
There was a problem hiding this comment.
以下是使用 8 个 GPU 在作业名称为 test 的 dev 分区上测试示例模型的例子。
| MMEditing 使用 `MMDistributedDataParallel` 实现 **分布式**测试。 | ||
|
|
||
| 所有输出(日志文件和模型权重文件)都将保存到工作目录中, | ||
| 工作目录由配置文件中的“work_dir”指定。 |
| evaluation = dict(interval=1e4, by_epoch=False) # 每一万次迭代进行一次评估。 | ||
| ``` | ||
|
|
||
| ### 在单/多 GPU 上训练 |
ckkelvinchan
approved these changes
Nov 19, 2021
Yshuo-Li
added a commit
to Yshuo-Li/mmediting
that referenced
this pull request
Jul 15, 2022
Yshuo-Li
added a commit
to Yshuo-Li/mmediting
that referenced
this pull request
Jul 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix typo and translate quick_run.md to Chinese