from local

This commit is contained in:
dohe0342 2023-01-27 16:36:31 +09:00
parent 6eaaff7e6d
commit 11bf87adf1
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
log "Resampling $dset done"
done
python local/prepare_LJSpeech_text.py $dl_dir/
python local/prepare_user_text.py $dl_dir/
touch $dl_dir/LJSpeech/.LJSpeech.done
fi