baidu-research / warp-ctc

Fast parallel CTC.
Apache License 2.0
4.06k stars 1.04k forks source link

How to solve output label delay? #157

Open poor1017 opened 4 years 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!