`dvc queue run <hash>` to run a specific experiment
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
I'm using the dvc experiment feature together with the queue to plan multiple experiments I want to run.
I wanted to run an already queued experiment to check its outputs without submitting all jobs.
My Idea would be something like
dvc queue run <hash> which will run the given experiment in .dvc/tmp/ and upon success remove it from the queue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the dvc queue run <hash> CLI entry point and the existing experiment queue handling. Inspect how queued experiments are represented under .dvc/tmp/; done means the specified hash runs without submitting other jobs and is removed from the queue after success.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100