chibohe / CdistNet-pytorch

The pytorch implementation of CDistNet: Perceiving Multi-Domain Character Distance for Robust Text Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to train only language modelling?

siddagra opened this issue · comments

I have a relatively small dataset of a different format (license plates) and it often gets license plate format wrong.

I was wondering if there was a way to train the model on just a bunch of text string data without feeding any images at all in order to enforce the format.

Please let me know if it is possible to train the language/semantic model independently, by just feeding string text data of words, without corresponding images.