clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.73k stars 1.09k forks source link

transfer learning #316

Open lvforce opened 2 years ago

lvforce commented 2 years ago

I have a pre-trained model from EasyOCR(None-VGG-BiLSTM-CTC), and I want to retrain it on my own data.

Question: Should I freeze FeatureExtraction and SequenceModeling part and just fine-tune CTC?

nikkhilAvira commented 2 years ago

Hi did you end up figuring this out?