beam search value as parameter in offline_recognizer.py (#673)

Co-authored-by: bhascns <bhaswati@mihup.com>
This commit is contained in:
Bhaswati Saha
2024-03-18 16:13:05 +05:30
committed by GitHub
parent 9d6eb3e834
commit fda614d0d1

View File

@@ -124,6 +124,7 @@ class OfflineRecognizer(object):
feat_config=feat_config,
model_config=model_config,
decoding_method=decoding_method,
max_active_paths=max_active_paths,
hotwords_file=hotwords_file,
hotwords_score=hotwords_score,
blank_penalty=blank_penalty,