baidu-research / warp-ctc

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

Confirming CPU max label length #131

Closed PCerles closed 5 years ago

PCerles commented 5 years ago

Hi, I am modifying this code to compute sequence alignment (like in DSII paper 5.1). Want to confirm that the CPU implementation is not constrained by length of input label length (as GPU has max length 639). If I were to modify GPU code to allow label length > 639, where would you suggest starting? Thanks!