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

Turn off restarting if desired #405

Closed
bstabler opened this issue Mar 30, 2021 · 1 comment
Closed

Turn off restarting if desired #405

bstabler opened this issue Mar 30, 2021 · 1 comment

Comments

@bstabler
Copy link
Contributor

Idea Level-of-effort Notes Priority
Turn of restarting if desired Hours Add a global setting to optionally turn off restarting in order to save disk space (and some runtime) by not saving all the states of the tables in the pipeline and instead just save one version of each table This is especially useful when running lots of model scenarios in application mode. Medium
@lmz lmz changed the title Turn of restarting if desired Turn off restarting if desired Apr 5, 2021
@bstabler
Copy link
Contributor Author

bstabler commented Jun 3, 2021

We're adding three checkpoints options:

  • if True, checkpoints are written at each step
  • if False, no intermediate checkpoints will be written before the end of run
  • An explicit list of models to checkpoint

@bstabler bstabler mentioned this issue Jun 9, 2021
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