SeanNaren / warp-ctc

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

AttributeError: module 'mxnet.symbol' has no attribute 'WarpCTC' #130

Closed sivaaninraj closed 5 years ago

sivaaninraj commented 5 years ago

File "C:\CNN-LSTM-CTC-text-recognition\symbol\lstm.py", line 79, in lstm_unroll sm = mx.sym.WarpCTC(data=pred, label=label, label_length = num_label, input_length = seq_len) AttributeError: module 'mxnet.symbol' has no attribute `'WarpCTC'```

SeanNaren commented 5 years ago

Hmm, I'm unsure how WarpCTC is incorporated into MXNET, but this is definitely an issue for mxnet, not warp-ctc