Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/content/user_guide/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Once you've signed in, your session is cached locally so future launches of `fen
| **Overview** (`/`) | All projects with logged sessions, at a glance |
| **Project** (`/project/<name>`) | All sessions for a single project |
| **Session** (`/session/<project>/<id>`) | Full detail for one session - logs, metadata, status |
| **Metric Detail** (`/session/<project>/<id>/metric/<name>`) | Full-size chart for a single metric, reached via "View details" on the session's Graphs tab |
| **Templates** (`/templates`) | Templates you've pulled locally, with the option to launch them - see [Managing Templates](templates.md) |

For details on filtering, renaming, and archiving sessions, see [Managing Sessions](sessions.md).
10 changes: 9 additions & 1 deletion src/content/user_guide/dashboard/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,12 @@
- **Validation Loss**
- **Accuracy**

Sessions without metric data simply display an empty state in the Graphs tab.
Sessions without metric data simply display an empty state in the Graphs tab.

Each chart shows axis labels for the minimum and maximum values, and hovering over the line displays the exact step/value at that point.

## Metric detail view

Click **View details** on any chart card to open a full-size view of that metric at `/session/<project>/<id>/metric/<name>`. The detail view shows only that metric's data and animates the line in when the page loads.

If the session or metric doesn't exist, or the session has no data for that metric, the page returns a 404.