Edit on GitHub
queue
A set of commands to manage the DVC experiments task queue: start, stop, status, logs, remove, kill
Synopsis
usage: dvc queue [-h] [-q | -v]
{start,stop,status,logs,remove,kill} ...
positional arguments:
COMMAND
start Start experiments queue workers.
stop Stop experiments queue workers.
status List the status of the queue tasks and workers.
logs Show output logs for a task in the experiments queue.
remove Remove tasks in experiments queue.
kill Kill tasks in experiments queue.
Description
You can use dvc exp run --queue
to queue ML experiments. dvc queue
provides
an interface to process and manage these queued tasks.
See this guide for more information on experiment queues.