dvc exp save action #2856
Labels
A: experiments
Area: experiments table webview and everything related
enhancement
New feature or request
priority-p2
Future feature, less priority for now
In demo today, @alex000kim asked about having a way to add the new
dvc exp save
(iterative/dvc#8599) functionality to VS Code. This would enable users to save any repo state to the experiments table without actually running a pipeline.It could be useful for users who don't want to implement DVCLive but still want to save experiments outside of
dvc exp run
commands. On the other hand, not much will be shown in VS Code unless they have set up metrics, plots, etc. on their own, so it's potentially confusing for new users 🤔 .It could also be useful if we want to focus on queuing and deprioritize workspace experiments. We can support one workflow of queueing and running experiments in temporary workspaces, and another workflow where users run
dvc repro
(through CLI or VS Code) in their workspace followed bydvc exp save
when they are ready to save the result.cc @daavoo @dtrifiro
The text was updated successfully, but these errors were encountered: