sirius-ai / LPRNet_Pytorch

Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.
Apache License 2.0
920 stars 231 forks source link

训练次数如何修改? #54

Open luxianlebron opened 3 years ago

luxianlebron commented 3 years ago

我每次训练次数达到15次,以后的训练自动都是初始化参数训进行训练,如何修改代码?

SergeyLev commented 2 years ago

If you want to train for more than 15 epochs, change parameter --max_epoch. If you want to continue training using pre-trained weights, set path in parameter --pretrained_model