在 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 提供了一个处理和管理这些排队任务的接口。

有关实验队列的更多信息,请参阅本指南

选项

  • -h, --help - 打印使用说明/帮助信息,然后退出。

  • -q, --quiet - 不向标准输出写入任何内容。

  • -v, --verbose - 显示详细的跟踪信息。

内容

🐛 发现问题?告诉我们!或者修复它:

在 GitHub 上编辑

有疑问?加入我们的聊天,我们会为您提供帮助:

Discord 聊天