Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
dragon10
2024-03-01 17:02:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-03-01 17:02:10 +0800
Commit
93836ff451467d9e16e36ac373d16313f081a7e5
93836ff4
1 parent
e2397cd1
fixed variable's spell num_trailing_blanks (#623)
Signed-off-by: lonngxiang <lonngxiang@gmial.com> Co-authored-by: lonngxiang <lonngxiang@gmial.com>
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
python-api-examples/keyword-spotter-from-microphone.py
python-api-examples/keyword-spotter-from-microphone.py
查看文件 @
93836ff
...
...
@@ -163,7 +163,7 @@ def main():
keywords_file
=
args
.
keywords_file
,
keywords_score
=
args
.
keywords_score
,
keywords_threshold
=
args
.
keywords_threshold
,
num_t
ailing_blanks
=
args
.
rnum_t
ailing_blanks
,
num_t
railing_blanks
=
args
.
num_tr
ailing_blanks
,
provider
=
args
.
provider
,
)
...
...
请
注册
或
登录
后发表评论