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

Improved tools for long running tasks #10

Open
finnhacks42 opened this issue Dec 2, 2021 · 1 comment
Open

Improved tools for long running tasks #10

finnhacks42 opened this issue Dec 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@finnhacks42
Copy link
Contributor

Bootstrapping over model selection over multiple models is a very time consuming process (often > 8 hours on a single machine). This can make iterations on such projects very slow.

Approaches

  • option for parallelization over multiple machines
  • caching of results so that visualisation/summaries can be changed without re-running inference
  • progress indication
  • ability to pause/resume
@dsteinberg
Copy link
Contributor

Integration with something like this may help:
https://luigi.readthedocs.io/en/stable/index.html

@dsteinberg dsteinberg added the enhancement New feature or request label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants