Commit fb2d7928 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent aca65796
...@@ -142,8 +142,8 @@ bash run.sh --stage 3 --stop_stage 3 ...@@ -142,8 +142,8 @@ bash run.sh --stage 3 --stop_stage 3
## 训练 ## 训练
``` ```
# 默认是4卡,可以通过修改run_train.sh文件修改卡数 # 默认是4卡,可以通过修改run_train.sh文件修改卡数,数据集路径
# 需要注意训练默认在evaluation过程输出识别的结果,结果的输出会增加训练的时间,单独测试可以在/wenet/bin/recognize.py 文件中注释掉355行的logging.info('{} {}'.format(key, args.connect_symbol.join(content))),不显示输出的结果,从而减少训练的耗时 # 需要注意训练默认在evaluation过程输出识别的结果,结果的输出会增加训练的时间,单独测试可以在./wenet/bin/recognize.py 文件中注释掉355行的logging.info('{} {}'.format(key, args.connect_symbol.join(content))),不显示输出的结果,从而减少训练的耗时
bash train.sh bash train.sh
``` ```
......
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