diff --git a/egs/librispeech/ASR/.lora_all.sh.swo b/egs/librispeech/ASR/.lora_all.sh.swo index b07ba5d9a..3bb4fce75 100644 Binary files a/egs/librispeech/ASR/.lora_all.sh.swo and b/egs/librispeech/ASR/.lora_all.sh.swo differ diff --git a/egs/tedlium3/ASR/.prepare.sh.swp b/egs/tedlium3/ASR/.prepare.sh.swp index 1dfecce66..b2ad63f33 100644 Binary files a/egs/tedlium3/ASR/.prepare.sh.swp and b/egs/tedlium3/ASR/.prepare.sh.swp differ diff --git a/egs/tedlium3/ASR/prepare.sh b/egs/tedlium3/ASR/prepare.sh index 08ffa494b..bf022b482 100755 --- a/egs/tedlium3/ASR/prepare.sh +++ b/egs/tedlium3/ASR/prepare.sh @@ -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