在 GitHub 上编辑

exp

dvc experiments 的别名。

一组用于生成和管理实验的命令:runshowdiffapplybranchremovepushpulllistclean

要求使用 Git 对项目进行版本控制。

概要

usage: dvc exp [-h] [-q | -v]
          {show,apply,diff,run,branch,list,push,pull,remove,clean}
          ...

positional arguments:
  COMMAND
    show                Print experiments.
    run                 Run or resume an experiment.
    apply               Apply the changes from an experiment to your workspace.
    branch              Promote an experiment to a Git branch.
    clean               Cleanup experiments temporary internal files.
    diff                Show changes between experiments.
    list                List local and remote experiments.
    pull                Pull an experiment from a Git remote.
    push                Push a local experiment to a Git remote.
    remove              Remove experiments.
    save                Save current workspace as an experiment.

描述

dvc exp 子命令提供了专门的方法来创建和管理数据科学/机器学习实验。

更多信息请参见 实验管理

请注意,DVC 假设实验是确定性的(参见 避免意外行为)。

选项

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

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

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

内容

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

在 GitHub 上编辑

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

Discord 聊天