Skip to content

Commit

Permalink
update visualization from #3050
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Apr 25, 2022
1 parent 629a8f3 commit 577a05f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/docs/start/experiments/visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 577a05f

Please sign in to comment.