Update prepare.sh

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

View File

@ -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