Tensorboard display blank resolution in Windows system browser

Source: Internet
Author: User

A simple using_tensorboard.py program, as follows:

1 #using_tensorboard.py2 3 ImportTensorFlow as TF4 5A = Tf.constant (10,name="a")6b = Tf.constant (90,name="b")7y = tf. Variable (a+b*2,name='y')8Model =tf.initialize_all_variables ()9 Ten With TF. Session () as session: Onemerged =Tf.summary.merge_all () Awriter = Tf.summary.FileWriter ("/tmp/tensorflowlogs", Session.graph) - Session.run (model) -     Print(Session.run (y))

After running the above code, start the Tensorboard service:

D:\tmp\tensorflowlogs>tensorboard--logdir=. Starting Tensorboard b' at http://0.0.0.0:6006

Then enter it in the browser: http://localhost:6006/

The result shows a blank.

The online search solution, which says it can only be displayed in Chrome, has been tested on 360 browsers and Google Chrome.

After a sudden thought might be a version issue, my Chrome browser version number is 44, the latest version is 60. Then upgrade to version 58, the results show that basically normal. But there are still webgl issues.

Tensorboard display blank resolution in Windows system browser

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.