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
I'm confused about the pad_length in set_features. Since the frames that are less than chunk_size*2+7+2*3 have already been padded in streaming_decode.py, why are we still adding 7+2*3 when initially receiving the feature here? Is the 7+2*3 necessary in set_features?
Hi,
I'm confused about the pad_length in set_features. Since the frames that are less than chunk_size*2+7+2*3 have already been padded in streaming_decode.py, why are we still adding 7+2*3 when initially receiving the feature here? Is the 7+2*3 necessary in set_features?
icefall/egs/librispeech/ASR/zipformer/decode_stream.py
Lines 108 to 121 in cea0dbe
icefall/egs/librispeech/ASR/zipformer/streaming_decode.py
Lines 472 to 484 in cea0dbe
Thanks!
The text was updated successfully, but these errors were encountered: