Graph dashboard has blank output/Maximum call stack size exceeded
See original GitHub issueUsing chromium, tensorboard installed using pip3 install tensorflow
updated today, I am getting the following output when trying to visualize my graph:
tf-tensorboard.html:13651 Reading graph pbtxt : 1 ms
tf-tensorboard.html:13651 Parsing graph.pbtxt : 3 ms
tf-tensorboard.html:13651 Normalizing names : 615 ms
tf-tensorboard.html:13651 Building the data structure : 315 ms
tf-tensorboard.html:13651 Adding nodes : 450 ms
tf-tensorboard.html:13651 Detect series : 241 ms
tf-tensorboard.html:13651 Adding edges : 569 ms
tf-tensorboard.html:13651 Finding similar subgraphs : 973 ms
lodash.min.js:105 Uncaught RangeError: Maximum call stack size exceeded
at Function.$n.has (lodash.min.js:105)
at dagre.core.js:78
at Kn (lodash.min.js:10)
at Function.<anonymous> (lodash.min.js:39)
at dfs (dagre.core.js:77)
at dagre.core.js:81
at Kn (lodash.min.js:10)
at Function.<anonymous> (lodash.min.js:39)
at dfs (dagre.core.js:77)
at dagre.core.js:81
It might just be because my graph is (I assume) huge, but is there anything I can do about it?
Tested in Chome 59, Chromium 61
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
javascript - Maximum call stack size exceeded error
It means that somewhere in your code, you are calling a function which in turn calls another function and so forth, until you...
Read more >Callback graph throws "Maximum call stack size exceeded ...
Now when I click on a callback, the callback graph throws a “Maximum call stack size exceeded” error. You can reproduce this error...
Read more >Maximum call stack size Exceeded - Metabase Discussion
I have a dashboard with 2 charts and whenever I open it, I am getting 'Maximum call stack size Exceeded' error. Many times...
Read more >Solved: Re: Print task error "Uncaught RangeError: Maximu...
I am trying to use the Print task for printing out map with highlighted feature layers which is basically the results of a...
Read more >vue uncaught rangeerror: maximum call stack size exceeded - You ...
You.com is an ad-free, private search engine that you control. Customize search results with 150 apps alongside web results. Access a zero-trace private ......
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
@chihuahua Can’t we just make the traversal non-recursive? It should always be possible to fix a stack overflow by explicitly managing a stack.
@Queuecumber
We see that you are using old version of Tensorboard, We recommend that you upgrade to Tensorboard version v2.7 and let us know if the issue still persists in newer versions and please have a look at similar issue. Thanks!