From c51e6c5b9c8e4d92b9e810e26202c3b3b633c519 Mon Sep 17 00:00:00 2001 From: marcoyang1998 <45973641+marcoyang1998@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:04:57 +0800 Subject: [PATCH] fix typo (#916) --- egs/librispeech/ASR/pruned_transducer_stateless2/beam_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless2/beam_search.py b/egs/librispeech/ASR/pruned_transducer_stateless2/beam_search.py index 7388af3896..bd2d6e258a 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless2/beam_search.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless2/beam_search.py @@ -2377,6 +2377,6 @@ def modified_beam_search_lm_shallow_fusion( return ans else: return DecodingResults( - tokens=ans, + hyps=ans, timestamps=ans_timestamps, )