question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't view a graph

See original GitHub issue

I have the most simply graph from the tutorial:

node1 = tf.constant(3.0)
node2 = tf.constant(4.0)
sess = tf.Session()
node3 = tf.add(node1, node2)
sess.run([node1, node2, node3])
writer = tf.summary.FileWriter("output", sess.graph)

and give absolute path to tensorboard, but on http://lpt00:6006/#graphs I see “inactive”. Inspect: graph first_step 0 last_step 0 max_step 0 min_step 0 num_steps 1 outoforder_steps []

File also exists (find … | grep tfevents -> …/output/events.out.tfevents.1503780894.lpt00)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Nirvanabccommented, Aug 30, 2017

Oh, really, I’ve installed Chromium chromium --version: 57.0.2987.98 Built on 8.7, running on Debian 8.9 and it works! Thanks you for a good idea. =)

0reactions
chihuahuacommented, Aug 30, 2017

Interesting … what happens if you try Chrome or Firefox? I can’t install Iceweasel.

Thank you for helping us debug. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to load graphs in favorite website - Microsoft Community
Open Internet Explorer for the desktop, click the Tools menu, and then click Internet Options. · On the Advanced tab, go to the...
Read more >
Can't see graphs in document - Apple Support Communities
Can't see graphs in document. My friends sent me some graphs that were made on MS excel and copy and pasted into a...
Read more >
Unable to see parts of charts /data fields? - how to fix this ...
1. Select the vertical dots on the right-hand side of you Chrome browsers to access the Settings: · 2. Once the settings come...
Read more >
I can't view previous graph. - Cacti Forums
There is no problem with the polling as graph are being drawn but I cant view previous data and cannot zoom. The problem...
Read more >
Can't view graph in XML report - NI Community
To view the graphs in reports on computers on which TestStand is not installed, run the stand-alone installer for the TsGraphControl3.dll ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found