From c10481a7267a46962e439db4d924bd85439b2105 Mon Sep 17 00:00:00 2001 From: Guo Liyong Date: Fri, 27 May 2022 10:58:15 +0800 Subject: [PATCH] fix comment --- .../ASR/pruned_transducer_stateless6/hubert_decode.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless6/hubert_decode.py b/egs/librispeech/ASR/pruned_transducer_stateless6/hubert_decode.py index f38fec3aa..10b0e5edc 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless6/hubert_decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless6/hubert_decode.py @@ -64,9 +64,9 @@ def decode_dataset( The neural model. Returns: - Return a dict, whose key may be "no-rescore" if no LM rescoring - is used, or it may be "lm_scale_0.7" if LM rescoring is used. - Its value is a list of tuples. Each tuple contains two elements: + Return a dict, whose key is decoding method "ctc_greedy_search". + Its value is a list of tuples. + Each tuple contains two elements: The first is the reference transcript, and the second is the predicted result. """