-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
executor: show experiment results #6268
Comments
May need |
Related request: if experiments have been pushed somewhere, it would be useful to be able to see those results without having to pull all the experiments. See https://discord.com/channels/485586884165107732/485596304961962003/913036645186568192 for an example. Several team members may all be pushing experiments, and we want to compare all the results without having to download everything about the experiments. |
It won't be possible to show the results without pulling them (in git), but we could automate it (and skip pulling the DVC cache in this case). This would also require configuring the default git repo to check for pushed experiments. We could consider defaulting to always check |
It's probably more useful to add a view like this in Studio to see experiments, although I know Studio doesn't currently support |
It feels that Studio UI is a separate feature to discuss here. It won't replace the need for |
Needs rescoping |
Meta-issue. Please link related tickets back to this one.
User story
I want to see the results of my executor's experiments on my local machine.
Requirements
dvc exp show
at least has an option to show the results from an experiment completed on an executor without other steps.dvc exp show
at least has an option to show checkpoints from an experiment running on an executor without other steps.dvc executor destroy
at least has an option to pull experiment results before destroying the executor instance.Out of scope
The text was updated successfully, but these errors were encountered: