parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

Resolve num_time_steps error #55

Closed ryanleary closed 6 years ago

ryanleary commented 6 years ago

Fixes the problem raised in #54 by requiring batch sequence lengths be passed and calculating only the specified number of timesteps.

SeanNaren commented 6 years ago

Tested this on some audio files that I saw the same issue with. Solved them all! Thanks man