WenmuZhou / PSENet.pytorch

A pytorch re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network
GNU General Public License v3.0
462 stars 138 forks source link

如何接着上一轮的训练继续训练 #78

Open Debugerss opened 4 years ago

ZenFSheng commented 4 years ago

No description provided.

You can modify config.py like this. from

pretrained = True
restart_training = True
checkpoint = ''

to

pretrained = True
restart_training = False
checkpoint = '/your/own/checkpoint_path.pth'