From e2bb9b43500548a954b86e4d27d01147aa743d5d Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Thu, 28 Oct 2021 15:36:31 +0800 Subject: [PATCH] Update decode.py --- egs/timit/ASR/tdnn_lstm_ctc/decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/timit/ASR/tdnn_lstm_ctc/decode.py b/egs/timit/ASR/tdnn_lstm_ctc/decode.py index 9b33f567b..f09ea3dcc 100644 --- a/egs/timit/ASR/tdnn_lstm_ctc/decode.py +++ b/egs/timit/ASR/tdnn_lstm_ctc/decode.py @@ -409,7 +409,7 @@ def main(): if params.method in ["nbest-rescoring", "whole-lattice-rescoring"]: if not (params.lm_dir / "G_4_gram.pt").is_file(): logging.info("Loading G_4_gram.fst.txt") - logging.warning("It may take 8 minutes.") + logging.warning("It may take 20 seconds.") with open(params.lm_dir / "G_4_gram.fst.txt") as f: first_word_disambig_id = lexicon.word_table["#0"]