diff --git a/doc/doc_ch/config.md b/doc/doc_ch/config.md index 2cc502cadf5101c4321ca7543647dd90ea7e0466..b185929e82278baa9c5cbce252420829d8925d35 100644 --- a/doc/doc_ch/config.md +++ b/doc/doc_ch/config.md @@ -10,8 +10,8 @@ ## 配置文件参数介绍 -以 `rec_chinese_lite_train_v1.1.yml ` 为例 -### Global +以 `rec_chinese_lite_train_v2.0.yml ` 为例 +### Global | 字段 | 用途 | 默认值 | 备注 | | :----------------------: | :---------------------: | :--------------: | :--------------------: | @@ -119,4 +119,4 @@ | shuffle | 每个epoch是否将数据集顺序打乱 | True | \ | | batch_size_per_card | 训练时单卡batch size | 256 | \ | | drop_last | 是否丢弃因数据集样本数不能被 batch_size 整除而产生的最后一个不完整的mini-batch | True | \ | -| num_workers | 用于加载数据的子进程个数,若为0即为不开启子进程,在主进程中进行数据加载 | 8 | \ | \ No newline at end of file +| num_workers | 用于加载数据的子进程个数,若为0即为不开启子进程,在主进程中进行数据加载 | 8 | \ | diff --git a/doc/doc_en/config_en.md b/doc/doc_en/config_en.md index 574bb41b6b1735271f9c794b856c5efb32db424f..6f54ce249ba856334913a352c828e7518747d232 100644 --- a/doc/doc_en/config_en.md +++ b/doc/doc_en/config_en.md @@ -9,8 +9,8 @@ The following list can be viewed through `--help` ## INTRODUCTION TO GLOBAL PARAMETERS OF CONFIGURATION FILE -Take rec_chinese_lite_train_v1.1.yml as an example -### Global +Take rec_chinese_lite_train_v2.0.yml as an example +### Global | Parameter | Use | Defaults | Note | | :----------------------: | :---------------------: | :--------------: | :--------------------: | @@ -118,4 +118,4 @@ In ppocr, the network is divided into four stages: Transform, Backbone, Neck and | shuffle | Does each epoch disrupt the order of the data set | True | \ | | batch_size_per_card | Single card batch size during training | 256 | \ | | drop_last | Whether to discard the last incomplete mini-batch because the number of samples in the data set cannot be divisible by batch_size | True | \ | -| num_workers | The number of sub-processes used to load data, if it is 0, the sub-process is not started, and the data is loaded in the main process | 8 | \ | \ No newline at end of file +| num_workers | The number of sub-processes used to load data, if it is 0, the sub-process is not started, and the data is loaded in the main process | 8 | \ |