在 Google Chrome 中打开 tensorboard 显示空白
open tensorboard in Google Chrome shows blank
我的tensorflow是安装在ubuntu16.04上的,也会生成日志文件,但是当运行tensorboard时GoogleChrome上什么都没有。命令行没有错误。
此错误仅出现在 Google Chrome 上。我该怎么做才能正确显示它?
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
这样您就可以对有问题的代码进行截图。 (注意:以后这会变得更容易。)
我的tensorflow是安装在ubuntu16.04上的,也会生成日志文件,但是当运行tensorboard时GoogleChrome上什么都没有。命令行没有错误。
此错误仅出现在 Google Chrome 上。我该怎么做才能正确显示它?
This file is deprecated. Please use
iron-flex-layout/iron-flex-layout-classes.html
, and one of the specific dom-modules insteadthinkpad/:39507 This file is deprecated. Please use
iron-flex-layout/iron-flex-layout-classes.html
, and one of the specific dom-modules insteadthinkpad/: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
这样您就可以对有问题的代码进行截图。 (注意:以后这会变得更容易。)