experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

Restart training from prior session? #438

Open CodeFatherG opened 4 years ago

CodeFatherG commented 4 years ago

If I direct train.py to the weight file from last session and then also save to that file, will this essentially allow me to restart training from where i left off?