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

Partial reruns #10

Open
3 tasks
pattonw opened this issue Sep 22, 2020 · 0 comments
Open
3 tasks

Partial reruns #10

pattonw opened this issue Sep 22, 2020 · 0 comments

Comments

@pattonw
Copy link
Collaborator

pattonw commented Sep 22, 2020

Modifying parts of your pipeline is very common, and rerunning a full grid search can be very impractical. To support partial reruns we should think of the following:

  • Identifying (automatically based on config changes) which parts of the dacapo run need to be recomputed (validation results only or the full network training loop)
  • Provide ergonomic options for users to define which jobs should be rerun (i.e. a bug was fixed in a specific model, no need to retrain all models, just the one that was fixed)
  • Throw warnings when code has changed that potentially invalidated specific results ( code hashing )
@pattonw pattonw mentioned this issue Sep 22, 2020
14 tasks
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