From f388a53db85ea186ceaaea6aa881f0c8d6ade1eb Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 6 Dec 2021 19:20:05 -0600 Subject: [PATCH 1/2] 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`). From 04e936c0aaa1db28a2eff61138dea310f5b64c95 Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 19:20:39 -0600 Subject: [PATCH 2/2] Restyled by prettier (#3066) Co-authored-by: Restyled.io --- content/docs/command-reference/exp/run.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/command-reference/exp/run.md b/content/docs/command-reference/exp/run.md index 5fd775cbcb..869f9a7b8a 100644 --- a/content/docs/command-reference/exp/run.md +++ b/content/docs/command-reference/exp/run.md @@ -33,9 +33,9 @@ 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 a unique, auto-generated name -like `exp-bfe64` by default, which can be customized using the `--name` (`-n`) -option. +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,9 +159,9 @@ CPU cores). file (`params.yaml` by default). This will override the param values coming from the params file. -- `-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). +- `-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`). Useful to continue working (e.g. in another terminal) while a long experiment