meijieru / crnn.pytorch

Convolutional recurrent network in pytorch
MIT License
2.4k stars 657 forks source link

Using this model only for digits classification #227

Open yogeshdon opened 4 years ago

yogeshdon commented 4 years ago

Hi, I am trying to use the model only to classify digits instead of digits+lower alphabets. Do I need to rebuild the model ? I saw in some posts about removing last layer when we change the alphabets? Can you guide please ? Thanks in advance.