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
77376859
"examples/vscode:/vscode.git/clone" did not exist on "0b61cea347e9b464fb03506cb78a49d38e1c74ee"
Commit
77376859
authored
Dec 10, 2020
by
xmy0916
Browse files
fix doc recognition ch&en
parent
a2f95be7
Changes
2
Show 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 @
77376859
...
@@ -332,7 +332,7 @@ Eval:
...
@@ -332,7 +332,7 @@ Eval:
*注意*
评估时必须确保配置文件中 infer_img 字段为空
*注意*
评估时必须确保配置文件中 infer_img 字段为空
```
```
# GPU 评估, Global.checkpoints 为待测权重
# GPU 评估, Global.checkpoints 为待测权重
python3 --gpus '0' tools/eval.py -c configs/rec/rec_icdar15_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy
python3
-m paddle.distributed.launch
--gpus '0' tools/eval.py -c configs/rec/rec_icdar15_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy
```
```
<a
name=
"预测"
></a>
<a
name=
"预测"
></a>
...
...
doc/doc_en/recognition_en.md
View file @
77376859
...
@@ -322,7 +322,7 @@ The evaluation data set can be modified via `configs/rec/rec_icdar15_reader.yml`
...
@@ -322,7 +322,7 @@ The evaluation data set can be modified via `configs/rec/rec_icdar15_reader.yml`
```
```
# GPU evaluation, Global.checkpoints is the weight to be tested
# GPU evaluation, Global.checkpoints is the weight to be tested
python3 --gpus '0' tools/eval.py -c configs/rec/rec_icdar15_reader.yml -o Global.checkpoints={path/to/weights}/best_accuracy
python3
-m paddle.distributed.launch
--gpus '0' tools/eval.py -c configs/rec/rec_icdar15_reader.yml -o Global.checkpoints={path/to/weights}/best_accuracy
```
```
<a
name=
"PREDICTION"
></a>
<a
name=
"PREDICTION"
></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