From 520bf30084b9e6b0a812391c439c18333ea57be0 Mon Sep 17 00:00:00 2001 From: AlexZou <62631470+AlexZou14@users.noreply.github.com> Date: Thu, 22 Jul 2021 20:42:37 +0800 Subject: [PATCH] Add Chinese translation of config.md and config_restoration.md Add Chinese translation of config.md --- docs_zh-CN/config.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs_zh-CN/config.md b/docs_zh-CN/config.md index e736a323cb..a8c2e06fc7 100644 --- a/docs_zh-CN/config.md +++ b/docs_zh-CN/config.md @@ -1,4 +1,3 @@ -<<<<<<< HEAD # 教程 1: 了解配置文件 mmediting 采用基于 python 文件的配置系统,您可以在 `$MMEditing/configs` 下查看预置的配置文件。 @@ -11,7 +10,6 @@ mmediting 采用基于 python 文件的配置系统,您可以在 `$MMEditing/c {model}_[model setting]_{backbone}_[refiner]_[norm setting]_[misc]_[gpu x batch_per_gpu]_{schedule}_{dataset} ``` -======= # 教程 1: 学习配置文件 我们采用python文件作为我们配置系统,你可以在`$MMEditing/configs`下查看我们提供的配置文件。 ## 配置文件命名风格 @@ -19,24 +17,22 @@ mmediting 采用基于 python 文件的配置系统,您可以在 `$MMEditing/c ``` {model}_[model setting]_{backbone}_[refiner]_[norm setting]_[misc]_[gpu x batch_per_gpu]_{schedule}_{dataset} ``` ->>>>>>> bcd120d... Add Chinese translation of Config.md. + `{xxx}` 是必填字段,`[yyy]` 是可选的。 - `{model}`: 模型种类,例如 `srcnn`, `dim` 等等。 - `[model setting]`: 特定设置一些模型,例如,输入图像 `resolution` , 训练 `stage name`。 - `{backbone}`: 主干网络种类,例如 `r50` (ResNet-50)、`x101` (ResNeXt-101)。 -<<<<<<< HEAD - `{refiner}`: 精炼器种类,例如 `pln` 简单精炼器模型 - `[norm_setting]`: 指定归一化设置,默认为批归一化,其他归一化可以设为: `bn`(批归一化), `gn` (组归一化), `syncbn` (同步批归一化)。 - `[misc]`: 模型中各式各样的设置/插件,例如 `dconv`, `gcb`, `attention`, `mstrain`。 - `[gpu x batch_per_gpu]`: GPU数目 和每个 GPU 的样本数, 默认为 `8x2 `。 - `{schedule}`: 训练策略,如 `20k`, `100k` 等,意思是 `20k` 或 `100k` 迭代轮数。 - `{dataset}`: 数据集,如 `places`(图像补全)、`comp1k`(抠图)、`div2k`(图像恢复)和 `paired`(图像生成)。 -======= - `{refiner}`: 加工模型种类,例如 `pln` 简单的加工模型 - `[norm_setting]`: 指定归一化设置,默认为批归一化,其他归一化可以设为: `bn`(批归一化), `gn` (组归一化), `syncbn` (同步批归一化)。 - `[misc]`: 模型中各式各样的设置/插件,例如 `dconv`, `gcb`, `attention`, `mstrain`。 - `[gpu x batch_per_gpu]`: GPU数目 和每个 GPU 的样本数, 默认为 `8x2 `。 - `{schedule}`: 训练方案, `20ki` 意思是 `20k` 迭代轮数。 - `{dataset}`: 数据集,如 `places`(图像补全)、`comp1k`(抠图)、`div2k`(图像恢复)和 `paired`(图像生成)。 ->>>>>>> bcd120d... Add Chinese translation of Config.md. +