Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help!!! How to save the current training checkpoint in colab #449

Open
ZFbaby opened this issue Sep 10, 2024 · 0 comments
Open

Help!!! How to save the current training checkpoint in colab #449

ZFbaby opened this issue Sep 10, 2024 · 0 comments

Comments

@ZFbaby
Copy link

ZFbaby commented 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....

@ZFbaby 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant