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