Skip to content

Commit

Permalink
update recognition doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tink2123 committed Dec 15, 2020
1 parent 0820562 commit ca3ea1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/doc_ch/recognition.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ tar -xf rec_mv3_none_bilstm_ctc_v2.0_train.tar && rm -rf rec_mv3_none_bilstm_ctc

```
# GPU训练 支持单卡,多卡训练,通过--gpus参数指定卡号
# 训练icdar15英文数据 并将训练日志保存为 tain_rec.log
# 训练icdar15英文数据 训练日志会自动保存为 "{save_model_dir}" 下的train.log
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_icdar15_train.yml
```
<a name="数据增强"></a>
Expand Down
2 changes: 1 addition & 1 deletion doc/doc_en/recognition_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Start training:

```
# GPU training Support single card and multi-card training, specify the card number through --gpus
# Training icdar15 English data and saving the log as train_rec.log
# Training icdar15 English data and The training log will be automatically saved as train.log under "{save_model_dir}"
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_icdar15_train.yml
```
<a name="Data_Augmentation"></a>
Expand Down

0 comments on commit ca3ea1b

Please sign in to comment.