在 GitHub 上编辑
queue
一组用于管理 DVC 实验 任务队列的命令: 启动、停止、状态、日志、移除、终止
概要
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.
描述
你可以使用 dvc exp run --queue
来排队机器学习实验。dvc queue
提供了一个处理和管理这些排队任务的接口。
有关实验队列的更多信息,请参阅本指南。