Have a problem in mxnet WarpCTC
When I run this program in lstm.py file have a error, How can i deal with. Thanks sm = mx.sym.WarpCTC(data=pred, label=label, label_length = num_label, input_length = seq_len)
D:\DeepLearning_Demo\CNN_LSTM_CTC\CNN-LSTM-CTC-text-recognition-master>python train_lstm.py
Traceback (most recent call last):
File "train_lstm.py", line 196, in
You should install the warpctc first. Please check this issue: https://github.com/oyxhust/CNN-LSTM-CTC-text-recognition/issues/4.
how did you resolve this ?