from local

This commit is contained in:
dohe0342 2023-01-27 16:58:14 +09:00
parent 659860f5dc
commit 4fb44c288d
3 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
log "Stage 3: Compute fbank for LJSpeech"
mkdir -p data/fbank
if [ ! -e data/fbank/.LJSpeech.done ]; then
./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/LJSpeech
./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/vox
touch data/fbank/.LJSpeech.done
fi