You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But actually cut_id is not the original utt_id in dataset, especially after cut_set.trim_to_supervisions(), cut_id becomes random value. In my experiments it should be
utt_ids = [cut.supervisions[0].id for cut in batch["supervisions"]["cut"]]
The text was updated successfully, but these errors were encountered:
From #522 (comment), in decoding script, we tried to introduce
utt_id
into recognition results to better compare:icefall/egs/librispeech/ASR/pruned_transducer_stateless5/decode.py
Line 567 in a66e74b
But actually
cut_id
is not the originalutt_id
in dataset, especially aftercut_set.trim_to_supervisions()
,cut_id
becomes random value. In my experiments it should beThe text was updated successfully, but these errors were encountered: