xinghedyc / mxnet-cnn-lstm-ctc-ocr

This repo contains code written by MXNet for ocr tasks, which uses an cnn-lstm-ctc architecture to do text recognition.
50 stars 12 forks source link

about the performance #1

Open ayumiymk opened 7 years ago

ayumiymk commented 7 years ago

Hi, I do the same thing that replaces the cnn part to resnet in Torch7, but I don't see the performance improvement. Do you test your model on the public datasets?

xinghedyc commented 7 years ago

by far I also haven't seen any big improvement when using resnet compared to original implement.