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
7ca226b067
commit
5731c05f69
Binary file not shown.
@ -122,7 +122,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
|
||||
log "Stage 3: Compute fbank for Vox"
|
||||
mkdir -p data/fbank
|
||||
if [ ! -e data/fbank/.LJSpeech.done ]; then
|
||||
for spk in $dl_dir/$dest/*; do
|
||||
for dest in "test-clean" "test-other"; do
|
||||
for spk in $dl_dir/$dest/*; do
|
||||
./local/compute_fbank_vox.py --data-dir $dl_dir/vox --spk-id $spk_id
|
||||
#touch data/fbank/.vox.done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user