exp show: --queued and --failed
See original GitHub issue
dvc exp show
should only include successfully completed experiments by default but should have options to include queued/failed items from the queue. (edit:exp show --queued/--failed
)
_Originally posted by @dberenbaum in https://github.com/iterative/dvc/issues/7592#issuecomment-1154119198_
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:10 (6 by maintainers)
Top Results From Across the Web
command for managing queues · Issue #5615 · iterative/dvc
I'd like to have a dvc exp queue command to list, modify, save and restore queues. Experiment queues, along with the parallel jobs,...
Read more >queue remove | Data Version Control - DVC
--failed - remove all failed tasks (and associated output logs) from the queue. -h , --help - prints the usage/help message, and exit....
Read more >Database mail: Mail queued, not delivered - SQL Server
A status of failed indicates that the Database Mail external program was unable to deliver the message to the SMTP server.
Read more >Oracle queue is not been imp or exp in Oracle 11g
exp /imp queues will lead you into database catalog corruption. Note: In 11GR2 documentation states: Export import of queues is now fully ...
Read more >How to Clear the Sync Queue in Garmin Connect
The sync queue will show any pending items that have not yet been transferred over via a sync. This may include software updates,...
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 FreeTop 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
Top GitHub Comments
Need to coordinate with VS Code on these changes cc @mattseddon
Given the discussion of
dvc exp
being the primary interface overdvc queue
, it might make more sense to include all of these by default and make the flags--hide-queued
/--hide-failed
.