SeanNaren / warp-ctc

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

CTC support pytorch0.3 problem #10

Open jxlijunhao opened 6 years ago

jxlijunhao commented 6 years ago

when I update my pytorch0.2 to pytorch0.3 , the CTC loss raise following error:

GPU execution requested, but not compiled with GPU support

and I uninstall warp_ctc_pytorch , and rebuild , the error still appears. is there any idea to solve this problem?

FantDing commented 6 years ago

@jxlijunhao hello, why I can not find pytorch_binding dictionary after I finished make ?