Skip to content

Commit 8de7901

Browse files
flostimGalOshri
authored andcommitted
Change maximum smoothing factor from 1 to 0.999. (#1974)
1 as a smoothing factor always leads to a constant value of 0 being plotted. 0.999 is the actual highest value you can select for meaningful smoothing.
1 parent 9f8b721 commit 8de7901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/plugins/scalar/tf_scalar_dashboard/tf-scalar-dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
weight="{{_smoothingWeight}}"
8585
step="0.001"
8686
min="0"
87-
max="1"
87+
max="0.999"
8888
></tf-smoothing-input>
8989
</div>
9090
<div class="sidebar-section">

0 commit comments

Comments
 (0)