Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
ca3ea1b5
Commit
ca3ea1b5
authored
Dec 15, 2020
by
tink2123
Browse files
update recognition doc
parent
08205629
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/doc_ch/recognition.md
doc/doc_ch/recognition.md
+1
-1
doc/doc_en/recognition_en.md
doc/doc_en/recognition_en.md
+1
-1
No files found.
doc/doc_ch/recognition.md
View file @
ca3ea1b5
...
@@ -167,7 +167,7 @@ tar -xf rec_mv3_none_bilstm_ctc_v2.0_train.tar && rm -rf rec_mv3_none_bilstm_ctc
...
@@ -167,7 +167,7 @@ tar -xf rec_mv3_none_bilstm_ctc_v2.0_train.tar && rm -rf rec_mv3_none_bilstm_ctc
```
```
# GPU训练 支持单卡,多卡训练,通过--gpus参数指定卡号
# 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
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_icdar15_train.yml
```
```
<a
name=
"数据增强"
></a>
<a
name=
"数据增强"
></a>
...
...
doc/doc_en/recognition_en.md
View file @
ca3ea1b5
...
@@ -162,7 +162,7 @@ Start training:
...
@@ -162,7 +162,7 @@ Start training:
```
```
# GPU training Support single card and multi-card training, specify the card number through --gpus
# 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
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>
<a
name=
"Data_Augmentation"
></a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment