Do I need to restart my training if GPU runtime force stopped?

Hi! Thanks for the great features on data processing. I am training the YoloV4 model using Google Colab, but the GPU runtime was forced stop after running for hours… may I know if I can continue the training instead of restart it?

If you saved the model weights you can kick off the training from the weights checkpoint.

Check out the blog below for more info!