mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
84510abb11
commit
f37f92fa7d
Binary file not shown.
@ -192,6 +192,7 @@ fi
|
|||||||
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
|
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
|
||||||
log "Stage 7: Re-Compute fbank for Vox"
|
log "Stage 7: Re-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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user