File tree 1 file changed +5
-5
lines changed
tensorboard/plugins/custom_scalar
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
The * custom* scalar dashboard lets users
6
6
7
- 1 . Create line charts with custom combinations of runs and tags by assigning
7
+ * Create line charts with custom combinations of runs and tags by assigning
8
8
each chart a list of regular expressions for tags.
9
- 2 . Create margin plots (for visualizing confidence intervals).
10
- 3 . Lay out the dashboard in a customized way.
9
+ * Create margin plots (for visualizing confidence intervals).
10
+ * Lay out the dashboard in a customized way.
11
11
12
12
To use this dashboard, users first collect scalar data and then lay out the UI.
13
13
@@ -78,9 +78,9 @@ scalar data and then laying out the dashboard in a customized way.
78
78
79
79
The example layout contains both multi-line charts and margin plots.
80
80
81
- ## The Dashboard UI
81
+ ## Example of the Custom Scalar Dashboard UI
82
82
83
- The above logic produces this custom scalar dashboard.
83
+ The logic within the demo produces this custom scalar dashboard.
84
84
85
85
![ Dashboard for demo code] ( docs/sample_code_dashboard.png )
86
86
You can’t perform that action at this time.
0 commit comments