Exp vs queue #8123
Replies: 4 comments 4 replies
-
Originally posted by @shcheklein in iterative/dvc.org#3715 (comment) IMO we can make an alias to To replicate existing functionality of Thoughts? |
Beta Was this translation helpful? Give feedback.
-
If we move the
Can you elaborate? If this is a want, why did we create all the new |
Beta Was this translation helpful? Give feedback.
-
See also #7866 (comment) |
Beta Was this translation helpful? Give feedback.
-
> expose queue to the experiments level in a different way? e.g. dvc exp
run-all ?
make an alias to dvc queue start in dvc exp run-all or dvc exp start. Any
better naming suggestions?
Would have to be `run-all` or `start-queue`. Just `start` sounds like `run`.
Also what about `queue stop`?
add something like a --foreground option to dvc queue start.
Good idea. Maybe just `--fg` ?
…On Mon, Aug 29, 2022 at 4:26 PM Dave Berenbaum ***@***.***> wrote:
@dberenbaum <https://github.com/dberenbaum> makes total sense. We can
still probably expose queue to the experiments level in a different way?
e.g. dvc exp run-all ? etc
*Originally posted by @shcheklein <https://github.com/shcheklein> in
iterative/dvc.org#3715 (comment)
<iterative/dvc.org#3715 (comment)>*
IMO we can make an alias to dvc queue start in dvc exp run-all or dvc exp
start. Any better naming suggestions? cc @jorgeorpinel
<https://github.com/jorgeorpinel>.
To replicate existing functionality of dvc exp run --run-all, we should
add something like a --foreground option to dvc queue start.
Thoughts?
—
Reply to this email directly, view it on GitHub
<#8123 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIXH2VKAHQ7JOKGOIZLR3V3UMFRANCNFSM56EXXC3A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
See discussion in iterative/dvc.org#3715 and comments from @shcheklein and @jorgeorpinel.
Need to clarify when to use
dvc exp
vs.dvc queue
and reduce the need for users to learn two separate sets of commands or switch back and forth between them.This will only get more complicated because we are looking to introduce hyperparameter sweeps using syntax from Hydra. Does this make sense as an option to
dvc exp run
or should it be part of some queue-specific command (@daavoo)?Beta Was this translation helpful? Give feedback.
All reactions