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

Feature/resume from checkpoint #95

Merged
merged 12 commits into from
Sep 18, 2023
Merged

Conversation

michele-milesi
Copy link
Member

@michele-milesi michele-milesi commented Sep 15, 2023

Summary

Describe the purpose of the pull request, including:

  • This PR resolves the Resume from checkpoint #36 issue
  • Now all the algorithms have the possibility to restart the training from a checkpoint
  • It is not possible to re-define the hyper-parameters of the experiement
  • To resume from a checkpoint it is sufficient to use the usual command + the user has to specify the checkpoint.resume_from=/path/to/checkpoint argument

Type of Change

Please select the one relevant option below:

  • New feature (non-breaking change that adds functionality)

Checklist

Please confirm that the following tasks have been completed:

  • I have tested my changes locally and they work as expected. (Please describe the tests you performed.)
  • I have added unit tests for my changes, or updated existing tests if necessary.
  • I have updated the documentation, if applicable.
  • I have installed pre-commit and run locally for my code changes.

@michele-milesi michele-milesi linked an issue Sep 15, 2023 that may be closed by this pull request
@belerico belerico merged commit d8a06aa into main Sep 18, 2023
7 checks passed
@belerico belerico deleted the feature/resume_from_checkpoint branch September 18, 2023 15:43
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

Successfully merging this pull request may close these issues.

Resume from checkpoint
2 participants