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
e2a49e7fed
commit
b32fb6e63d
Binary file not shown.
Binary file not shown.
@ -210,3 +210,12 @@ if [ $stage -le 8 ] && [ $stop_stage -ge 8 ]; then
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
if [ $stage -le 9 ] && [ $stop_stage -ge 9 ]; then
|
||||
log "Stage 9: Split cuts by speaker id"
|
||||
for spk in $dl_dir/tedlium3/legacy/test/sph/*; do
|
||||
spk_id=${spk#*sph\/}
|
||||
echo $spk_id
|
||||
#cat data/fbank/tedlium_cuts_test.jsonl.gz | grep
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user