from local

This commit is contained in:
dohe0342 2023-01-27 16:59:01 +09:00
parent d1ef83259f
commit 43fa630499
3 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
mkdir -p data/fbank
if [ ! -e data/fbank/.LJSpeech.done ]; then
./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/vox
touch data/fbank/.LJSpeech.done
touch data/fbank/.vox.done
fi
if [ ! -e data/fbank/.LJSpeech-validated.done ]; then