SeanNaren / warp-ctc

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

update #56

Open 59SaPhire95 opened 6 years ago

59SaPhire95 commented 6 years ago

change compile args "-std=c++11" to "-std=c99" to fix fail on pytorch0.4

add interface on python for parameter "blank_label"=0 and "num_threads"=0 for more flexible usage.