Documented TensorBoard improvements that will make it into the 0.9.0 release.

Change: 122460440
This commit is contained in:
Dan Mané 2016-05-16 13:39:34 -08:00 committed by TensorFlower Gardener
parent 6bf83b7061
commit e5bcf54a1d

View File

@ -1,3 +1,16 @@
# Changes Since Last Release
## Features & Improvements
* TensorBoard now has an Audio Dashboard, with associated audio summaries.
* TensorBoard now has a reload button, and supports auto-reloading
* TensorBoard scalar charts now show tooltips with more information
* TensorBoard now supports run filtering
* TensorBoard has color changes: the same run always gets the same hue
## Bug Fixes and Other Changes
* TensorBoard now displays graphs with only one data point
* TensorBoard now visually displays NaN values
# Release 0.8.0
## Major Features and Improvements