executor: show experiment results
See original GitHub issueMeta-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 showat least has an option to show the results from an experiment completed on an executor without other steps.dvc exp showat least has an option to show checkpoints from an experiment running on an executor without other steps.dvc executor destroyat least has an option to pull experiment results before destroying the executor instance.
Out of scope
- It’s only necessary to show results when requested, not continuously monitor progress.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Comparing Experiments | Data Version Control
You can get a table of experiments with dvc exp show , which displays all the metrics (yellow), parameters (blue) and dependencies (violet)...
Read more >`dvc exp ps`: Experiment executor/process management
dvc exp ps`: Experiment executor/process management. ... Collect the results of jobs when completed (manually if needed).
Read more >Understanding common Performance Issues in Apache Spark
As the Executor process runs on a Java virtual machine Spark understands the ... Experiment 4: Aggregating results by a skewed feature ......
Read more >Executors - GitLab Docs
The executors support different platforms and methodologies for building a project. The table below shows the key facts for each executor which will...
Read more >Run notebook files with the executor | Vertex AI Workbench
After the execution completes, you can view the execution results and share them with others. When a notebook file is submitted to Vertex...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It feels that Studio UI is a separate feature to discuss here. It won’t replace the need for
dvc exp showto be able to show what’s happening on remote machines unless I’m missing something.Needs rescoping