jpuigcerver / pytorch-baidu-ctc

PyTorch bindinga for Baidu's Warp-CTC
Apache License 2.0
59 stars 11 forks source link

fix redundant memory allocation #5

Closed DingKe closed 5 years ago

DingKe commented 5 years ago

workspace is exactly warp-ctc needs. 10 times is much more than necessary.

jpuigcerver commented 5 years ago

Thanks for noticing and fixing this! I must have added this x10 factor while debugging something and forgot to remove it.