examples
examples copied to clipboard
train from last weight
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
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$