oreo
oreo

Reputation: 213

open tensorboard in Google Chrome shows blank

My tensorflow is installed on ubuntu 16.04 and also generates log files, but when running tensorboard there is nothing on Google Chrome. There was no error on the command line.

tensorboard_message

This error only appears on Google Chrome. What can I do to display it properly?

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

Upvotes: 8

Views: 1340

Answers (1)

Justine Tunney
Justine Tunney

Reputation: 543

It's possible you're using Chrome version 49 or earlier: https://caniuse.com/#search=object.value

I mailed out tensorflow/tensorboard#1089 to solve this problem. Please note there might be other things in our codebase that are incompatible with old browsers. I'd like to improve this situation. Please email [email protected] if you encounter similar problems.

It especially helps if you can send a screenshot of the code in question. For example, if Chrome says JavaScript broke on line 48238, you can run wget -O index.html http://localhost:6006/ and nano +48238 index.html so you can take a screenshot of the code in question. (Note: This will get easier in the future.)

Upvotes: 2

Related Questions