meijieru / crnn.pytorch

Convolutional recurrent network in pytorch
MIT License
2.38k stars 658 forks source link

AttributeError: 'module' object has no attribute 'gpu_ctc' #89

Closed cbzeng110 closed 6 years ago

cbzeng110 commented 6 years ago

when I run the crnn_main.py, the error "AttributeError: 'module' object has no attribute 'gpu_ctc'" occured. I have installed PyTorch binding for WarpCTC followint the instruction of https://github.com/SeanNaren/warp-ctc/tree/pytorch_bindings/pytorch_binding.

Could someone help me solve this problem?@meijieru

meijieru commented 6 years ago

36 duplicate