Skip to content

Commit

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

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

- Copy your
[DVC Studio token](/doc/studio/user-guide/account-and-billing#studio-access-token)
and configure your model training environment to use the 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 @@ -49,7 +49,7 @@ To quickly start tracking your 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 fe83e5b

@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.