from local

This commit is contained in:
dohe0342 2023-01-27 16:36:36 +09:00
parent 11bf87adf1
commit a423c88745
2 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
done done
log "Resampling $dset done" log "Resampling $dset done"
done done
python local/prepare_user_text.py $dl_dir/ python local/prepare_vox_text.py $dl_dir/
touch $dl_dir/LJSpeech/.LJSpeech.done touch $dl_dir/LJSpeech/.LJSpeech.done
fi fi