Skip to content

TensorBoard 0.1.7

Compare
Choose a tag to compare
@jart jart released this 27 Sep 00:28
· 3 commits to 0.1 since this release

This is a bug fix release for TensorFlow 1.3.x users that finalizes the naming of the new summary API and cherry-picks important improvements to the TPU Profiling plugin.

Installation

TensorBoard is installed automatically when installing TensorFlow. The PyPi package can also be installed manually using:

pip install --upgrade tensorflow-tensorboard==0.1.7

Changes

  • Image Plugin
    • Step counts now update on data refresh (#552)
  • Graph Plugin
    • Legend GUI is fixed when browser is small (#476)
    • Better color for nodes (#437)
  • Projector Plugin
    • Won't freeze at "Computing PCA..." for certain datasets (#473)
    • Will reload config when the dataset changes (#519)
    • Will log exceptions (#472)
  • Profile Plugin

At the beginning of this release, we started rolling out a rewrite of the tf.summary API that makes all summaries tensor summaries, while also introducing protobuf helpers that can be used with FileWriter. For first-party plugins, the naming convention of this API has now been finalized (#562) and we recommend trying the following:

APIs for the Audio and Text plugins won't be available until the next minor release.