from local
This commit is contained in:
parent
95645d4921
commit
1d1f48c4cf
Binary file not shown.
@ -123,6 +123,7 @@ fi
|
|||||||
if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
|
if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
|
||||||
log "Stage 3: Compute fbank for Vox"
|
log "Stage 3: Compute fbank for Vox"
|
||||||
mkdir -p data/fbank
|
mkdir -p data/fbank
|
||||||
|
rm -rf data/fbank/vox*
|
||||||
if [ ! -e data/fbank/.LJSpeech.done ]; then
|
if [ ! -e data/fbank/.LJSpeech.done ]; then
|
||||||
for dest in "test-clean" "test-other"; do
|
for dest in "test-clean" "test-other"; do
|
||||||
for spk in $dl_dir/$dest/*; do
|
for spk in $dl_dir/$dest/*; do
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user