baidu-research / warp-ctc

Fast parallel CTC.
Apache License 2.0
4.06k stars 1.04k forks source link

Attribute error: Module object has not attribute "warpCTC" #75

Open kaarthi28 opened 7 years ago

kaarthi28 commented 7 years ago

Traceback (most recent call last): File "lstm_ocr.py", line 186, in symbol = sym_gen(SEQ_LENGTH) File "lstm_ocr.py", line 177, in sym_gen num_label = num_label) File "/home/pratikgoyal/Desktop/lstm.py", line 76, in lstm_unroll sm = mx.sym.WarpCTC(data=pred, label=label, label_length = num_label, input_length = seq_len)

getting the attribute error as i mentioned, while running lstmocr.py

AnameZT commented 6 years ago

I meet the same problem for days and hope you can share the solution if you have solved this problem.thanks