exp remove: Update help for --all flag#3216
Conversation
It is not true that `--all` includes `--queue`. Options need to be combined in order to effectively remove all runned and queued experiments
| - `-A`, `--all` - remove all experiments (includes `--queue`). | ||
| - `-A`, `--all` - remove all experiments that have been run. Use `--queue` to | ||
| remove queued ones. |
There was a problem hiding this comment.
Does this apply as well for exp push/list/pull ? Cc @dberenbaum and @karajan1001 (per #3191-3)
There was a problem hiding this comment.
And what about exp show -a/A? Should we mention that in that case queued experiments ARE included in the output? May be a product question on whether the behavior is consistent, not sure
There was a problem hiding this comment.
Does this apply as well for exp push/list/pull ? Cc @dberenbaum and @karajan1001 (per #3191-3)
Currently push/list/pull does not work on queued ones.
And what about exp show -a/A? Should we mention that in that case queued experiments ARE included in the output? May be a product question on whether the behavior is consistent, not sure.
This is of course a problem. Cc @pmrowla .
There was a problem hiding this comment.
Yeah, they are currently excluded from everything except for exp run --queue, and exp remove --queue, and exp show. For now, I think that behavior is fine if correctly documented.
Eventually, queue operations should be in a separate command. See treeverse/dvc#7275 (comment) and treeverse/dvc#5615.
There was a problem hiding this comment.
And what about exp show -a/A? Should we mention that in that case queued experiments ARE included in the output?
To clarify, queued experiments will be shown even without -a/A flag.
|
@jorgeorpinel Should we merge this and extract (if needed) #3216 (comment) ? |
Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
It is not true that
--allincludes--queue. Options need to be combined in order to effectively remove all ran and queued experiments