from local

This commit is contained in:
dohe0342 2023-03-14 17:06:38 +09:00
parent 84510abb11
commit f37f92fa7d
2 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ fi
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
log "Stage 7: Re-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