Skip to content

TensorBoard 0.1.5

Compare
Choose a tag to compare
@jart jart released this 25 Aug 00:33
· 32 commits to 0.1 since this release

This is a bug fix release for TensorFlow 1.3.x users.

  • PyPi tensorflow-tensorboard no longer has a cyclic dependency on tensorflow, as that may have created problems for tensorflow-gpu users. Please note that pip installing tensorflow or tensorflow-gpu will still install TensorBoard, and that this is the recommended installation method.
  • Reverted API changes to EventAccumulator and EventMultiplexer.
  • Graph viewer will now load when functions with no input or output args exist. See: #399 #375.