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
53ab1fb060
commit
e7a5de0f71
Binary file not shown.
@ -201,7 +201,7 @@ if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; 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
|
||||||
spk_id=${spk#*$dest\/}
|
spk_id=${spk#*$dest\/}
|
||||||
./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id --speed true
|
./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id --speed true --prefix $subset
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
#touch data/fbank/.vox.done
|
#touch data/fbank/.vox.done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user