Open
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.