Skip to content

Commit

Permalink
fix typo in dvclive/live codeblock (#5098)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreKempf authored Feb 1, 2024
1 parent 62e8481 commit 5eb2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/dvclive/live/next_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5eb2717

Please sign in to comment.