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
7b13efac0f
commit
3b5e0b9d29
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user