TensorBoard error after upgrade to 1.7

具体解决方法参考https://github.com/tensorflow/tensorboard/issues/1111

和上一篇同样的问题,不过这次是pycharm window下的,其中很多库包的版本也大大不同

System description:

TensorBoard version: 1.7

TensorFlow version: 1.7 (compiled from source)

window10

Python version: 3.5.3


问题报错

网络显示这个,同时终端显示


TensorBoard error after upgrade to 1.7_第1张图片

原来是TensorBoard's 1.7 branch excludes #1086, so would you be open to installing TensorBoard's nightly build via pip install tb-nightly? The nightly version of TensorBoard includes bleeding edge features and is compatible with the nightly version of TensorFlow (built the night before).

原来是tensorboard1.7无法包括1086这个执行,根据需要,需要在cmd安装pip install tb-nightly 兼容性比较好。

其安装代码如

TensorBoard error after upgrade to 1.7_第2张图片

打开pycharm ,进入 view--tool windows ---terminal 

在terminal 进入tensorboard 的scripts 文件夹,然后输入 tensorboard --logdir=绝对路径 如图所示

你可能感兴趣的:(TensorBoard error after upgrade to 1.7)