This commit is contained in:
marcoyang1998 2023-02-20 19:04:57 +08:00 committed by GitHub
parent 4626c60c74
commit c51e6c5b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2377,6 +2377,6 @@ def modified_beam_search_lm_shallow_fusion(
return ans
else:
return DecodingResults(
tokens=ans,
hyps=ans,
timestamps=ans_timestamps,
)