From fe83e5b17ba7609a55fa027c59841c8a3e45acd6 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sat, 25 Nov 2023 11:31:54 -0800 Subject: [PATCH] fix experiments index.md: cli style --- content/docs/studio/user-guide/experiments/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/studio/user-guide/experiments/index.md b/content/docs/studio/user-guide/experiments/index.md index d9e36b4934..13425b0102 100644 --- a/content/docs/studio/user-guide/experiments/index.md +++ b/content/docs/studio/user-guide/experiments/index.md @@ -15,7 +15,7 @@ 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 @@ -23,7 +23,7 @@ To quickly start tracking your experiments with DVC Studio: 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) @@ -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