examples icon indicating copy to clipboard operation
examples copied to clipboard

train from last weight

Open Muxindawang opened this issue 5 years ago • 1 comments

Can this project continue training from the last saved weight?I trained one epoch with seven hours.and now I want to train on it basis

Muxindawang avatar Jul 02 '20 12:07 Muxindawang

when I trained main.py with resum weights, nothing happend

python main.py --resume model_best.pth => creating model 'darknet64' => loading checkpoint 'model_best.pth' => loaded checkpoint 'model_best.pth' (epoch 1) (/home/czl/anaconda3) czl@czl-MS-7B53:~/code-objectdetection/pytorch-classification$

Muxindawang avatar Jul 02 '20 12:07 Muxindawang