Holmeyoung / crnn-pytorch

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

number images train #67

Open Zrufy opened 3 years ago

Zrufy commented 3 years ago

hi @Holmeyoung how much it should put as a value on displayInterval, valInterval, saveInterval with a training of 780 images. The question precisely is what is the link between this value and saving the checkpoint? Because I noticed that leaving default values does not start the training.