Can't view a graph
See original GitHub issueI 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:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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. =)Interesting … what happens if you try Chrome or Firefox? I can’t install Iceweasel.
Thank you for helping us debug. 😃