LPRNet_Pytorch icon indicating copy to clipboard operation
LPRNet_Pytorch copied to clipboard

训练次数如何修改?

Open luxianlebron opened this issue 4 years ago • 1 comments
trafficstars

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

luxianlebron avatar Jun 17 '21 08:06 luxianlebron

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

SergeyLev avatar Jan 13 '22 08:01 SergeyLev