"vscode:/vscode.git/clone" did not exist on "551ebc91c72184975bdec751820487ebe7326370"
Commit 3d36d0a8 authored by Sugon_ldc's avatar Sugon_ldc
Browse files

add some tips in readme

parent a3e72f42
...@@ -157,6 +157,7 @@ bash run.sh --stage 3 --stop_stage 3 ...@@ -157,6 +157,7 @@ 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))),不显示输出的结果,从而减少训练的耗时
bash train.sh bash train.sh
``` ```
...@@ -164,6 +165,7 @@ bash train.sh ...@@ -164,6 +165,7 @@ bash train.sh
``` ```
# 默认使用exp/conformer/final.pt进行推理,可以手动修改 # 默认使用exp/conformer/final.pt进行推理,可以手动修改
# 注意如果训练过程中关闭了日志输出,需要手动打开,否则将不会输出识别的内容
bash validate.sh bash validate.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