Skip to content

Commit

Permalink
ref: remove details about dvc exp codification
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 12, 2022
1 parent 30e9574 commit ea1543b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# exp run

Run or resume an [experiment](/doc/command-reference/exp).
Run or resume a
[DVC Experiment](/doc/user-guide/experiment-management/experiments-overview).

## Synopsis

Expand Down Expand Up @@ -40,18 +41,6 @@ name like `exp-bfe64` by default, which can be customized using the `--name`
[running experiments]: /doc/user-guide/experiment-management/running-experiments

<details>

### ⚙️ How does DVC track experiments?

Experiments are custom
[Git references](https://git-scm.com/book/en/v2/Git-Internals-Git-References)
(found in `.git/refs/exps`) with a single commit based on `HEAD` (not checked
out by DVC). Note that these commits are not pushed to Git remotes by default
(see `dvc exp push`).

</details>

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`
(`plots diff` also accepts experiment names as `revisions`). Use `dvc exp apply`
Expand Down

0 comments on commit ea1543b

Please sign in to comment.