tensorboard:无法打开子图

时间:2017-10-12 01:25:39

标签: tensorflow tensorboard

最近我在这篇文章后面的python中编写了一个自定义运算符(及其渐变)

Tensorflow: Custom operation used in two networks simultaneously produces nan

Tensorflow运行时没有错误,预测给出了预期的准确性。但是,当我想用​​张量板可视化这个图形时。我发现我无法打开子图来查看其结构。但它的梯度子图可以打开和看到。有没有人对这个问题有所了解?

图1:无法打开子图fc1但可以打开gradient / fc1。

Fig.1: subgraph fc1 cannot be opened but gradient/fc1 can be opened

1 个答案:

答案 0 :(得分:0)

我可以在TensorBoard 0.1.8上打开fc1元节点。

enter image description here

您使用的是什么版本的TensorBoard?您可以通过运行

找到该版本

python -c 'from tensorboard import version; print(version.VERSION)'

之后,您可以尝试通过

升级tensorboard吗?

pip install --upgrade tensorflow-tensorboard

如果问题仍然存在,请告诉我?