mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
single value scalars (#495)
This commit is contained in:
parent
2965978a06
commit
095c70d48f
@ -246,7 +246,9 @@ is downloadable. To view the end of the log, click **Jump to end**.
|
||||
### Scalars
|
||||
|
||||
All scalars that ClearML automatically logs, as well as those explicitly reported in code, appear in
|
||||
**SCALARS**. Scalar values are presented as time series line chart. To see the series for a metric in high resolution,
|
||||
**SCALARS**.
|
||||
|
||||
Scalar series are presented in a line chart. To see the series for a metric in high resolution,
|
||||
view it in full screen mode by hovering over the graph and clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />.
|
||||
|
||||
:::info Full Screen Refresh
|
||||
@ -254,6 +256,9 @@ Scalar graphs in full screen mode do not auto-refresh. Click <img src="/docs/lat
|
||||
to update the graph.
|
||||
:::
|
||||
|
||||
Reported single value scalars are aggregated into a table plot displaying scalar names and values (see [`Logger.report_single_value`](../references/sdk/logger.md#report_single_value).
|
||||
|
||||
|
||||
#### Scalar Plot Tools
|
||||
|
||||
Use the scalar tools to improve analysis of scalar metrics. In the info panel, click <img src="/docs/latest/icons/ico-settings.svg" alt="Settings gear" className="icon size-md space-sm" /> to use the tools. In the full screen details view, the tools
|
||||
|
Loading…
Reference in New Issue
Block a user