TensorBoard 0.1.5
This is a bug fix release for TensorFlow 1.3.x users.
- PyPi
tensorflow-tensorboard
no longer has a cyclic dependency ontensorflow
, as that may have created problems fortensorflow-gpu
users. Please note that pip installingtensorflow
ortensorflow-gpu
will still install TensorBoard, and that this is the recommended installation method. - Reverted API changes to
EventAccumulator
andEventMultiplexer
. - Graph viewer will now load when functions with no input or output args exist. See: #399 #375.