From e4c53881e68034f2da43c017b6a4ef3e56de5b88 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 28 Sep 2021 11:41:02 +0800 Subject: [PATCH] Minor fixes. --- egs/librispeech/ASR/conformer_ctc/ali.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/conformer_ctc/ali.py b/egs/librispeech/ASR/conformer_ctc/ali.py index aa5b6bc88..c79c4e277 100755 --- a/egs/librispeech/ASR/conformer_ctc/ali.py +++ b/egs/librispeech/ASR/conformer_ctc/ali.py @@ -274,11 +274,15 @@ def main(): # There are 960 * 3 = 2880 hours data and it takes only # 3 hours 40 minutes to get the alignment. # The RTF is roughly: 3.67 / 2880 = 0.0012743 + # + # At the end, you would see + # 2021-09-28 11:32:46,690 INFO [ali.py:188] batch 21000/?, cuts processed until now is 836270 # noqa + # 2021-09-28 11:33:45,084 INFO [ali.py:188] batch 21100/?, cuts processed until now is 840268 # noqa for name, dl in enabled_datasets.items(): logging.info(f"Processing {name}") if name == "train-960": logging.info( - "It will take about 3 hours 40 minutes for {name}, " + f"It will take about 3 hours 40 minutes for {name}, " "which contains 960 * 3 = 2880 hours of data" ) alignments = compute_alignments(