From 577a05f24ed41d18cbf9c72bd9a5a95c3ab64f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C5=9Eahin?= Date: Mon, 25 Apr 2022 22:59:24 +0300 Subject: [PATCH] update visualization from #3050 --- content/docs/start/experiments/visualization.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/docs/start/experiments/visualization.md b/content/docs/start/experiments/visualization.md index 75b063df33..f8f37bff1c 100644 --- a/content/docs/start/experiments/visualization.md +++ b/content/docs/start/experiments/visualization.md @@ -83,9 +83,8 @@ model.fit( ...) ``` -With these two changes, we can see the plots showing the defined metrics in our -model. You can see the report in `training_metrics/index.html` with your -browser: +With these two changes, the model metrics are automatically logged to +`dvclive.json` and plotted in `training_metrics/index.html`: ![dvclive](/img/start_visualization_dvclive.png)