yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.08k stars 183 forks source link

How to continue training, based on the previously trained model? #13

Closed Makzhang closed 3 years ago

Makzhang commented 3 years ago

During my training, the server stopped unexpectedly. How can I continue training and use the previously trained model?

yangxue0827 commented 3 years ago

python train.py

Makzhang commented 3 years ago

Thanks for your reply, I tried your method, but it is to restart training. However, can I start training on the basis of the model I saved last time?

yangxue0827 commented 3 years ago

It will automatically continue training with the previously saved model. If it does not continue, your weight path is incorrect.