oyxhust / CNN-LSTM-CTC-text-recognition

CNN and LSTM model for text recognition
259 stars 88 forks source link

network configuration #2

Open yuzhuqingyun opened 7 years ago

yuzhuqingyun commented 7 years ago

When i read the code train_crnn.py, i find the network configuration is not similar with the paper proposed, for example ' relu4_1 = mx.symbol.Activation(data=batchnorm2, act_type="relu", name="relu4_1")' is not used. Is all right?

oyxhust commented 7 years ago

I refer to the torch project of their paper, I think it is same as the network they define in torch.