Committed by
GitHub
beam search value as parameter in offline_recognizer.py (#673)
Co-authored-by: bhascns <bhaswati@mihup.com>
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -124,6 +124,7 @@ class OfflineRecognizer(object): | @@ -124,6 +124,7 @@ class OfflineRecognizer(object): | ||
| 124 | feat_config=feat_config, | 124 | feat_config=feat_config, |
| 125 | model_config=model_config, | 125 | model_config=model_config, |
| 126 | decoding_method=decoding_method, | 126 | decoding_method=decoding_method, |
| 127 | + max_active_paths=max_active_paths, | ||
| 127 | hotwords_file=hotwords_file, | 128 | hotwords_file=hotwords_file, |
| 128 | hotwords_score=hotwords_score, | 129 | hotwords_score=hotwords_score, |
| 129 | blank_penalty=blank_penalty, | 130 | blank_penalty=blank_penalty, |
-
请 注册 或 登录 后发表评论