Skip to content

Commit 5f50af6

Browse files
Dan Manétensorflower-gardener
authored andcommitted
Rename the TensorBoard "events" dashboard to "scalars".
This is a much more sensible name, as the scalar dashboard shows all the scalar data collected by tf.summary.scalar. Change: 137766817
1 parent 3d86430 commit 5f50af6

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

tensorflow/tensorboard/components/tf_globals/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module TF.Globals {
1919

2020
// The names of TensorBoard tabs.
2121
export var TABS =
22-
['events', 'images', 'audio', 'graphs', 'distributions', 'histograms'];
22+
['scalars', 'images', 'audio', 'graphs', 'distributions', 'histograms'];
2323

2424
if (PROJECTOR_LAUNCHED) {
2525
TABS.push('projections');

0 commit comments

Comments
 (0)