k2-fsa / fast_rnnt

A torch implementation of a recursion which turns out to be useful for RNN-T.
Other
139 stars 22 forks source link

Fix pruning bounds #11

Closed pkufool closed 2 years ago

pkufool commented 2 years ago

Fix https://github.com/danpovey/fast_rnnt/issues/10 and update the method to generate pruning bounds. See also in k2 repository https://github.com/k2-fsa/k2/pull/1009

pkufool commented 2 years ago

This is the corresponding fixes about the pruning bounds which already has been merged in k2.

pkufool commented 2 years ago

@danpovey Can we merge this? This PR uses the new pruning bounds.