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 REQUEST] Interrupted scan to resume where it left off #97

Closed
Manofdesign opened this issue Sep 27, 2018 · 3 comments
Closed

[FEATURE REQUEST] Interrupted scan to resume where it left off #97

Manofdesign opened this issue Sep 27, 2018 · 3 comments
Assignees
Labels

Comments

@Manofdesign
Copy link

Hello,

I wanted see if there was a way to resume a scan from where it left off if it was interrupted? If that feature does not exist, it would be really awesome. The scenario I have is an experiment has been running for a few days and made it about 25% in. Unfortunately it interrupted by something that was my fault and I am wishing I could pick up where it left off.

I am running the version pulled from the GitHub link and using the experimental feature to use specific train and validation sets.

@mikkokotila
Copy link
Contributor

Thanks for suggesting this. It is indeed a useful feature, but will require some thinking and testing in terms of implementing it. There are three parts to this:

  1. storing in the experiment output the permutation id of each result
  2. storing separately the list of all permutation id
  3. adding the parameter for turning on "recoverable" mode

1 and 3 are trivial, and maybe 2 could be handled in a way where the permutation id list is stored and then in the end of the experiment there is a cleanup process where it is deleted.

@mikkokotila
Copy link
Contributor

Related with #207

@mikkokotila
Copy link
Contributor

Possibly related with #447

@mikkokotila mikkokotila added priority: MEDIUM medium priority priority: LOW lowest priority topic: Scan() and removed priority: MEDIUM medium priority labels Jan 26, 2020
@mikkokotila mikkokotila changed the title Question on interrupted scan to resume where it left off [FEATURE REQUEST] Interrupted scan to resume where it left off Jan 26, 2020
@mikkokotila mikkokotila added the value: ⭐ low value label Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants