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

Implement resuming behaviour #25

Merged
merged 5 commits into from
Jan 10, 2022
Merged

Implement resuming behaviour #25

merged 5 commits into from
Jan 10, 2022

Conversation

lucmos
Copy link
Member

@lucmos lucmos commented Jan 9, 2022


@Flegyas
Copy link
Member

Flegyas commented Jan 10, 2022

The current resume configuration seems a little too cumbersome.

I'd suggest something like these restore modes:

  • new model, new run = none/new/null

  • old model, old run = continue

  • old model, new run = hotstart

  • new model, old run = madness

restore:
    ckpt_or_run_path: optional
    mode: none/continue/hotstart

@Flegyas Flegyas merged commit 78b3d6c into develop Jan 10, 2022
@Flegyas Flegyas deleted the feature/resume branch January 10, 2022 17:49
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.

None yet

2 participants