Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle [WIP] Add GS:Visualization and Plots #3095

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/docs/start/visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ DVC automatically shows the image in an HTML page.

<<IMAGE_GOES_HERE>>

A major requirement for deep learning projects is to see in which epoch training loss and validation loss differs. DVC helps in that regard with its integrations to major deep learning libraries via DVCLive.

We use the following code snippet to see the training loss
A major requirement for deep learning projects is to see in which epoch training
loss and validation loss differs. DVC helps in that regard with its integrations
to major deep learning libraries via DVCLive.

We use the following code snippet to see the training loss

- [ ] Configure the plots to use dvclive output
- [ ] Generate a plot file and open it in the browser
Expand Down