From 5eb27176a915316610c328e8455be17d065c4ede Mon Sep 17 00:00:00 2001 From: Pif-Luisant Date: Thu, 1 Feb 2024 17:21:16 +0100 Subject: [PATCH] fix typo in dvclive/live codeblock (#5098) --- content/docs/dvclive/live/next_step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/dvclive/live/next_step.md b/content/docs/dvclive/live/next_step.md index e89d219240..68f71f31c8 100644 --- a/content/docs/dvclive/live/next_step.md +++ b/content/docs/dvclive/live/next_step.md @@ -40,7 +40,7 @@ from dvclive import Live live = Live() for custom_step in [0, 15, 20]: - live.step = step + live.step = custom_step live.log_metric("metric_1", 0.9) live.log_metric("metric_2", 0.7) live.make_summary()