tensorboard - 在 Google Chrome 中打开张量板显示空白

标签 tensorboard

我的 tensorflow 安装在 ubuntu 16.04 上,也会生成日志文件,但是在运行 tensorboard 时,Google Chrome 上没有任何内容。命令行上没有错误。

tensorboard_message

此错误仅出现在 Google Chrome 上。我该怎么做才能正确显示它?

google_Chrome_message

This file is deprecated. Please use iron-flex-layout/iron-flex-layout-classes.html, and one of the specific dom-modules instead

thinkpad/:39507 This file is deprecated. Please use iron-flex-layout/iron-flex-layout-classes.html, and one of the specific dom-modules instead

thinkpad/:157058 Uncaught TypeError: Object.values is not a function

最佳答案

您可能使用的是 Chrome 49 或更早版本:https://caniuse.com/#search=object.value

我邮寄了tensorflow/tensorboard#1089来解决这个问题。请注意,我们的代码库中可能还有其他与旧浏览器不兼容的内容。我想改善这种情况。如果您遇到类似问题,请发送电子邮件至 jart@google.com。

如果您可以发送相关代码的屏幕截图,这将特别有帮助。例如,如果 Chrome 显示 JavaScript 在第 48238 行中断,您可以运行 wget -O index.html http://localhost:6006/nano +48238 index.html所以你可以截取相关代码的屏幕截图。 (注意:这在 future 会变得更容易。)

关于tensorboard - 在 Google Chrome 中打开张量板显示空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49355552/

相关文章:

python - 无法导入名称 SummaryWriter

keras - 使用 Keras train_on_batch 时将直方图摘要添加到张量板

tensorflow - 没有张量板图

python - Tensorboard 不显示标量

tensorflow - 使用 Tensorflow 的 CNN 模型

python - 无法创建目录 : logs/fit

python - 在 TensorFlow 图中初始化变量

tensorflow - 如何在本地查看远程服务器的张量板

python - 张量板错误 'Can not convert a AdamOptimizer into a Tensor or Operation.'

machine-learning - 为什么有些摘要没有绘制在张量板上?