Skip to content

Commit fda614d

Browse files
bhaswabhas-mihup
andauthored
beam search value as parameter in offline_recognizer.py (#673)
Co-authored-by: bhascns <bhaswati@mihup.com>
1 parent 9d6eb3e commit fda614d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sherpa-onnx/python/sherpa_onnx/offline_recognizer.py

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def from_transducer(
124124
feat_config=feat_config,
125125
model_config=model_config,
126126
decoding_method=decoding_method,
127+
max_active_paths=max_active_paths,
127128
hotwords_file=hotwords_file,
128129
hotwords_score=hotwords_score,
129130
blank_penalty=blank_penalty,

0 commit comments

Comments
 (0)