Skip to content

Commit

Permalink
fix experiments.md: cli syntax style
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Nov 25, 2023
1 parent 106dee2 commit 7086d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/studio/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ experiments with DVC Studio:
- In your model training environment, install [DVCLive]:

```cli
pip install dvclive
$ pip install dvclive
```

- Copy your
Expand All @@ -20,7 +20,7 @@ experiments with DVC Studio:
[configure your model training environment to use the token](/doc/studio/user-guide/experiments/live-metrics-and-plots#set-up-an-access-token):

```cli
dvc config --global studio.token ***
$ dvc config --global studio.token ***
```

- Use the DVCLive [`log_metric()`](/doc/dvclive/live/log_metric#livelog_metric)
Expand All @@ -38,7 +38,7 @@ experiments with DVC Studio:
- Run the training job:

```cli
python train.py
$ python train.py
```

- The metrics and plots will be [tracked live][live-metrics-and-plots] in the
Expand Down

1 comment on commit 7086d03

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link Check Report

There were no links to check!

Please sign in to comment.