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

Experiment: Detect and indicate a partial experiment #232

Closed
rogermparent opened this issue Apr 2, 2021 · 2 comments
Closed

Experiment: Detect and indicate a partial experiment #232

rogermparent opened this issue Apr 2, 2021 · 2 comments
Labels
🎨 design Needs design input or is being actively worked on enhancement New feature or request

Comments

@rogermparent
Copy link
Contributor

rogermparent commented Apr 2, 2021

Related to #230

When an Experiment is stopped by the user, we may want to indicate that the partially-run experiment exists and can be resumed.

This functionality depends on the ability to detect this, which I'm not currently sure is possible. It seems that partial experiments show up like queued ones, but that may just be due to how the Webview is reading them.

For the UI, one suggested implementation to change the current "Run Experiment" button's text to "Resume Experiment" when a cancelled partial run exists.

It's also been mentioned that we may also want the ability to remove this partial experiment and restart from the last complete one, but that's will require a more complex solution that builds off a simpler solution to this ticket, so it may warrant its own Issue.

@rogermparent rogermparent added dvc enhancement New feature or request 🎨 design Needs design input or is being actively worked on labels Apr 2, 2021
@shcheklein shcheklein removed the dvc label Apr 5, 2021
@shcheklein shcheklein changed the title Detect and Indicate a Partial Experiment Run Experiment: Detect and indicate a partial experiment Apr 5, 2021
@rogermparent
Copy link
Contributor Author

When this issue was made, I was under the impression that an experiment stopped at a checkpoint will be written at the current checkpoint. If I currently understand correctly, that interpretation was incorrect and stopping an experiment will not change anything that would change the output of dvc exp show.

If my new understanding is correct, this issue is actually not applicable, since there would be no partial experiment to resume.

@rogermparent
Copy link
Contributor Author

Closing since this seems to be a moot point and/or lower value feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 design Needs design input or is being actively worked on enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants