from local

This commit is contained in:
dohe0342 2023-06-09 14:36:37 +09:00
parent e2a49e7fed
commit b32fb6e63d
3 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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