Skip to content

Commit

Permalink
beam search value as parameter in offline_recognizer.py (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: bhascns <[email protected]>
  • Loading branch information
bhaswa and bhas-mihup authored Mar 18, 2024
1 parent 9d6eb3e commit fda614d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherpa-onnx/python/sherpa_onnx/offline_recognizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def from_transducer(
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,
Expand Down

0 comments on commit fda614d

Please sign in to comment.