Commit 6e32bb06 authored by lubin10's avatar lubin10
Browse files

test=document_fix

parent 20514892
...@@ -48,7 +48,7 @@ python3 tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml ...@@ -48,7 +48,7 @@ python3 tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml
``` ```
<a name="3.2"></a> <a name="3-2"></a>
### 3.2 评估 ### 3.2 评估
``` ```
...@@ -56,7 +56,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs ...@@ -56,7 +56,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs
python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml -o Global.pretrained_model={path/to/weights}/best_accuracy python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml -o Global.pretrained_model={path/to/weights}/best_accuracy
``` ```
<a name="3.3"></a> <a name="3-3"></a>
### 3.3 预测 ### 3.3 预测
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment