Skip to content

Commit

Permalink
ref: state exp names should be unique (#3065)
Browse files Browse the repository at this point in the history
* ref: state exp names shoold be unique

rel. iterative/dvc#6848

* Restyled by prettier (#3066)

Co-authored-by: Restyled.io <[email protected]>

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2021
1 parent 9eb1e85 commit e680e08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<abbr>workspace</abbr> changes. Experiments will have an auto-generated name
like `exp-bfe64` by default, which can be customized using the `--name` (`-n`)
option.
<abbr>workspace</abbr> changes. Experiments will have a unique, auto-generated
name like `exp-bfe64` by default, which can be customized using the `--name`
(`-n`) option.

<details>

Expand Down Expand Up @@ -159,9 +159,9 @@ CPU cores).
file (`params.yaml` by default). This will override the param values coming
from the params file.

- `-n <name>`, `--name <name>` - specify a name for this experiment. A default
name will generated by default, such as `exp-f80g4` (based on the experiment's
hash).
- `-n <name>`, `--name <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
Expand Down

0 comments on commit e680e08

Please sign in to comment.