from local

This commit is contained in:
dohe0342 2023-03-21 16:19:48 +09:00
parent 95645d4921
commit 1d1f48c4cf
3 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ fi
if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
log "Stage 3: Compute fbank for Vox"
mkdir -p data/fbank
rm -rf data/fbank/vox*
if [ ! -e data/fbank/.LJSpeech.done ]; then
for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do