Holmeyoung / crnn-pytorch

Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
MIT License
378 stars 105 forks source link

Log_softmax issue #54

Closed Zrufy closed 4 years ago

Zrufy commented 4 years ago

What can you replace log_softmax with in the forward? I'm having trouble with the conversion.

Holmeyoung commented 4 years ago

You can just remove it.

Zrufy commented 4 years ago

In the meantime I tried you are right.Thank you very much.I wanted to take this opportunity to ask you if you have ever converted your model to ncnn.

Holmeyoung commented 4 years ago

Sorry, I did't ever convert the model to ncnn.

Zrufy commented 4 years ago

thank you for the help!