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
Fangjun Kuang
2024-07-22 09:27:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-07-22 09:27:30 +0800
Commit
1a471595a584e96132bcc109683f580141f419d3
1a471595
1 parent
ffdb23a8
Fix Android build (#1161)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
sherpa-onnx/csrc/offline-recognizer-impl.cc
sherpa-onnx/csrc/offline-recognizer-impl.cc
查看文件 @
1a47159
...
...
@@ -214,7 +214,7 @@ std::unique_ptr<OfflineRecognizerImpl> OfflineRecognizerImpl::Create(
if
(
!
config
.
model_config
.
nemo_ctc
.
model
.
empty
()
||
!
config
.
model_config
.
zipformer_ctc
.
model
.
empty
()
||
!
config
.
model_config
.
tdnn
.
model
.
empty
()
||
!
config
.
model_
type
.
wenet_ctc
.
model
.
empty
())
{
!
config
.
model_
config
.
wenet_ctc
.
model
.
empty
())
{
return
std
::
make_unique
<
OfflineRecognizerCtcImpl
>
(
mgr
,
config
);
}
...
...
请
注册
或
登录
后发表评论