From 5e7c733b11a70b9fb88ef5adb881a50d369382b6 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Thu, 28 Oct 2021 15:25:24 +0800 Subject: [PATCH] Update prepare.sh --- egs/timit/ASR/prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/timit/ASR/prepare.sh b/egs/timit/ASR/prepare.sh index ddf860c02..aa435ea8d 100644 --- a/egs/timit/ASR/prepare.sh +++ b/egs/timit/ASR/prepare.sh @@ -22,7 +22,7 @@ stop_stage=100 # https://huggingface.co/luomingshuang/timit_lm, and the LM is based # on 39 phones. # -# - lm_tgmed.arpa +# - lm_tgmed.arpa # # - $dl_dir/musan # This directory contains the following directories downloaded from @@ -95,7 +95,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then fi if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then - log "Stage 3: Compute fbank for librispeech" + log "Stage 3: Compute fbank for timit" mkdir -p data/fbank ./local/compute_fbank_timit.py fi