fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

continue train on colab #1560

Closed hoangnhancs closed 2 years ago

hoangnhancs commented 3 years ago

i training my model on gg colab, and GPU on this has limited time for training. i haved used snapshot for continue train but it doén't work. and i don't know how to fix.

pratibhashinde commented 3 years ago

Hi, I am also working with this github repo. Shall we connect through LinkedIn/gmail? I have used snapshot and it works fine. My mail id is: shindepratibha31@gmail.com.

Start the training: python train.py --snapshot "previous trained model.h5" ................ Don't use --weights and --snapshot together. Hope this helps.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.