Skip to content

Commit

Permalink
ref: only regular exp run gets reflected
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 11, 2021
1 parent 627faa4 commit cc6fbaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data and code updates, or <abbr>hyperparameter</abbr> tuning. For the latter,
you can use the `--set-param` (`-S`) option of this command to change
`dvc param` values on-the fly.

Each `dvc exp run` creates and tracks a project variation based on your
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.
Expand All @@ -52,8 +52,8 @@ out by DVC). Note that these commits are not pushed to the Git remote by default

</details>

The results of the last experiment can be seen in the workspace. To display and
compare your experiments, use `dvc exp show` or `dvc exp diff`. Use
The results of the last `dvc exp run` can be seen in the workspace. To display
and compare multiple experiments, use `dvc exp show` or `dvc exp diff`. Use
`dvc exp apply` to restore the results of any other experiment instead.

Successful experiments can be made
Expand Down

0 comments on commit cc6fbaf

Please sign in to comment.