mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
from local
This commit is contained in:
parent
921ab9d37e
commit
a485a7dc90
Binary file not shown.
@ -214,7 +214,7 @@ fi
|
|||||||
if [ $stage -le 9 ] && [ $stop_stage -ge 9 ]; then
|
if [ $stage -le 9 ] && [ $stop_stage -ge 9 ]; then
|
||||||
log "Stage 9: Split cuts by speaker id"
|
log "Stage 9: Split cuts by speaker id"
|
||||||
for spk in $dl_dir/tedlium3/legacy/test/sph/*; do
|
for spk in $dl_dir/tedlium3/legacy/test/sph/*; do
|
||||||
spk_id=${spk#*sph\/}
|
spk_id=${spk#*sph\/%.sph}
|
||||||
echo $spk_id
|
echo $spk_id
|
||||||
done
|
done
|
||||||
#cat data/fbank/tedlium_cuts_test.jsonl.gz | grep
|
#cat data/fbank/tedlium_cuts_test.jsonl.gz | grep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user