from local

This commit is contained in:
dohe0342 2023-01-27 17:02:37 +09:00
parent 6735325b9e
commit 815b3eefc5
2 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/vox
./local/compute_fbank_vox.py --data-dir $dl_dir/vox
touch data/fbank/.vox.done
fi