from local

This commit is contained in:
dohe0342 2023-06-11 23:55:36 +09:00
parent e7fbdd5391
commit 704d51f798
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -236,6 +236,8 @@ if [ $stage -le 10 ] && [ $stop_stage -ge 10 ]; then
done
fi
: <<'END'
if [ $stage -le 11 ] && [ $stop_stage -ge 11 ]; then
log "Stage 6: Prepare LJSpeech manifest"
# We assume that you have downloaded the LJSpeech corpus (ver 1.1)
@ -274,4 +276,4 @@ if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
#touch data/fbank/.vox.done
fi
fi
END