Skip to content

Commit

Permalink
guide: roll back unrelated changes (moved to #3080)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 10, 2021
1 parent 8aed622 commit c088a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ params.yaml train.epochs 10 10 0
## Compare an experiment with the workspace

When you want to compare two experiments, either the baseline experiment in a
commit, branch, or tag; or an attached experiment by name, you can supply any of
these references to `dvc exp diff`.
commit, branch, tag or an attached experiment with ID, you can supply their
names to `dvc exp diff`.

```
$ dvc exp diff cnn-128 cnn-64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $ cat .dvc/cache/6f/db5336fce0dbfd669f83065f107551.dir

That's how DVC knows that the other two cached files belong in the directory.

## Run-cache
### Run-cache

`dvc exp run` and `dvc repro` by default populate and reutilize a log of stages
that have been run in the project. It is found in the `runs/` directory inside
Expand Down

0 comments on commit c088a06

Please sign in to comment.