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
2fde2149d0
commit
8b0a1ec44e
Binary file not shown.
@ -220,8 +220,8 @@ if [ $stage -le 9 ] && [ $stop_stage -ge 9 ]; then
|
|||||||
spk_id=${spk#*sph\/}
|
spk_id=${spk#*sph\/}
|
||||||
spk_id=${spk_id%.sph}
|
spk_id=${spk_id%.sph}
|
||||||
echo $spk_id
|
echo $spk_id
|
||||||
cat data/fbank/tedlium_cuts_test.jsonl | grep speaker\":\ \"$spk_id\" > tedlium_cuts_test_$i.jsonl
|
cat data/fbank/tedlium_cuts_test.jsonl | grep speaker\":\ \"$spk_id\" > data/fbank/tedlium_cuts_test_$i.jsonl
|
||||||
gzip tedlium_cuts_test_$i.jsonl
|
gzip data/fbank/tedlium_cuts_test_$i.jsonl
|
||||||
i=`expr $i+1`
|
i=`expr $i+1`
|
||||||
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