Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open tensorboard in Google Chrome shows blank

Tags:

tensorboard

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

like image 764
oreo Avatar asked Mar 19 '18 03:03

oreo


People also ask

What is the use of TensorBoard?

TensorBoard is a tool for providing the measurements and visualizations needed during the machine learning workflow. It enables tracking experiment metrics like loss and accuracy, visualizing the model graph, projecting embeddings to a lower dimensional space, and much more.


1 Answers

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.)

like image 194
Justine Tunney Avatar answered Oct 03 '22 18:10

Justine Tunney