You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use colab to run the following code for training
model = object_detector.ObjectDetector.create(
train_data=train_data,
validation_data=validation_data,
options=options)
When colab runs for more than 12 hours, all the data is cleared and training can no longer continue. Can anyone help me save the training progress so that I can continue training at the original progress next time? Is there any relevant code for reference? I haven't found an effective solution yet....
The text was updated successfully, but these errors were encountered:
ZFbaby
changed the title
How to save the current training checkpoint in colab
Help!!! How to save the current training checkpoint in colab
Sep 10, 2024
When I use colab to run the following code for training
model = object_detector.ObjectDetector.create(
train_data=train_data,
validation_data=validation_data,
options=options)
When colab runs for more than 12 hours, all the data is cleared and training can no longer continue. Can anyone help me save the training progress so that I can continue training at the original progress next time? Is there any relevant code for reference? I haven't found an effective solution yet....
The text was updated successfully, but these errors were encountered: