baidu-research / warp-ctc

Fast parallel CTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confirming CPU max label length

PCerles opened this issue · comments

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!