Update prepare.sh

This commit is contained in:
Mingshuang Luo 2021-10-28 15:25:24 +08:00
parent 4beb25c50b
commit 5e7c733b11

View File

@ -22,7 +22,7 @@ stop_stage=100
# https://huggingface.co/luomingshuang/timit_lm, and the LM is based # https://huggingface.co/luomingshuang/timit_lm, and the LM is based
# on 39 phones. # on 39 phones.
# #
# - lm_tgmed.arpa # - lm_tgmed.arpa
# #
# - $dl_dir/musan # - $dl_dir/musan
# This directory contains the following directories downloaded from # This directory contains the following directories downloaded from
@ -95,7 +95,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
fi fi
if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then 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 mkdir -p data/fbank
./local/compute_fbank_timit.py ./local/compute_fbank_timit.py
fi fi