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

Restarting model training from a saved checkpoint. #96

Open
ediriwas opened this issue Jul 18, 2024 · 0 comments
Open

Restarting model training from a saved checkpoint. #96

ediriwas opened this issue Jul 18, 2024 · 0 comments

Comments

@ediriwas
Copy link

I am training a scgen model using the following command:

model.train(max_epochs=100,
batch_size=32,
early_stopping=True,
early_stopping_patience=25,
enable_checkpointing=True
)

The integration is taking a long time and the job is ultimately cancelled, however, I have the saved checkpoint file. How can re start the model training using the information saved from the checkpoint?

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