SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

How to solve output label delay? #172

Closed poor1017 closed 8 months ago

poor1017 commented 4 years ago

Hi

I found the output logit have some delay, how to solve this.

Tensorflow builtin ctc has a parameter 'output_delay_', can I get the similar parameter in this project?

Thanks!