mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
fix typo (#916)
This commit is contained in:
parent
4626c60c74
commit
c51e6c5b9c
@ -2377,6 +2377,6 @@ def modified_beam_search_lm_shallow_fusion(
|
|||||||
return ans
|
return ans
|
||||||
else:
|
else:
|
||||||
return DecodingResults(
|
return DecodingResults(
|
||||||
tokens=ans,
|
hyps=ans,
|
||||||
timestamps=ans_timestamps,
|
timestamps=ans_timestamps,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user