From f388a53db85ea186ceaaea6aa881f0c8d6ade1eb Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 6 Dec 2021 19:20:05 -0600 Subject: [PATCH] ref: state exp names shoold be unique rel. https://github.com/iterative/dvc/pull/6848 --- content/docs/command-reference/exp/run.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/exp/run.md b/content/docs/command-reference/exp/run.md index 1959ae4443..5fd775cbcb 100644 --- a/content/docs/command-reference/exp/run.md +++ b/content/docs/command-reference/exp/run.md @@ -33,7 +33,7 @@ you can use the `--set-param` (`-S`) option of this command to change `dvc param` values on-the fly. Each experiment creates and tracks a project variation based on your -workspace changes. Experiments will have an auto-generated name +workspace changes. Experiments will have a unique, auto-generated name like `exp-bfe64` by default, which can be customized using the `--name` (`-n`) option. @@ -159,8 +159,8 @@ CPU cores). file (`params.yaml` by default). This will override the param values coming from the params file. -- `-n `, `--name ` - specify a name for this experiment. A default - name will generated by default, such as `exp-f80g4` (based on the experiment's +- `-n `, `--name ` - specify a unique name for this experiment. A default + one will generated otherwise, such as `exp-f80g4` (based on the experiment's hash). - `--temp` - run this experiment outside your workspace (in `.dvc/tmp/exps`).