Skip to content

TensorBoard 0.1.8

Compare
Choose a tag to compare
@jart jart released this 03 Oct 01:23

This is a fix release for TensorFlow 1.3.x users that fixes some minor issues with the pip package.

Installation

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

pip install --upgrade tensorflow-tensorboard==0.1.8

Changes

  • Remove superfluous files from pip package and add license metadata (#591)
  • Make unhelpful EPIPE tracebacks go away (#595)