from local

This commit is contained in:
dohe0342 2023-04-10 16:35:51 +09:00
parent 7b13efac0f
commit 3b5e0b9d29
3 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,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*
rm -rf data/fbank/"$subset"*
if [ ! -e data/fbank/.LJSpeech.done ]; then
for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do