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
ModelZoo
Conformer_pytorch
Commits
3d36d0a8
"vscode:/vscode.git/clone" did not exist on "551ebc91c72184975bdec751820487ebe7326370"
Commit
3d36d0a8
authored
Oct 14, 2023
by
Sugon_ldc
Browse files
add some tips in readme
parent
a3e72f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+2
-0
No files found.
README.md
View file @
3d36d0a8
...
@@ -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
```
```
...
...
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