mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Update prepare.sh
This commit is contained in:
parent
4beb25c50b
commit
5e7c733b11
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user