Collect live plots for experiments running in the queue #9369
Labels
A: plots
Related to the plots
A: task-queue
Related to task queue.
p1-important
Important, aka current backlog of things to do
product: VSCode
Integration with VSCode extension
Related: iterative/vscode-dvc#3676
cc @mattseddon
VS Code needs to show live updates to plots for experiments running in the queue. They should be able to use
dvc plots diff
or some other interface to pass the revisions they want to see and the order in which they want the spec to be merged (see this comment for the order in which VS Code merges) and get all the info they need to generate plots (datapoints and specs) without having to navigate to each queued temp dir to collect.Nice to have:
dvc plots diff exp1 exp2 ... -o .dvc/tmp/plots --split --json
)dvc plots diff exp1 exp2
to similarly show the live results of those experiments running in the queue.The text was updated successfully, but these errors were encountered: