-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hierarchical expansion of large graphs #68
Comments
The graph has more than 5000 nodes and the graph layout is choking. Tried running GraphViz and it's running forever as well. Those graphs will need an expand and explore UI that avoids rendering the entire graph. TensorFlow support is pretty experimental at this point. |
Thanks @lutzroeder |
Same issue, meta file is here in case you want to test it: |
@lutzroeder You mentioned "Those graphs will need an expand and explore UI that avoids rendering the entire graph" , are there any improvements planned for release versions in the future? |
For large graphs, is it possible to add an option to show a given node + fanin and fanouts upto specified level. |
@jojivk73 there is no such args like node or level in my netron cmd line... |
Hi, I'm encountering this issue as well for models I was able to open with previous versions, of onnx files |
@yairb-gm can you please share a sample file? |
Hi @lutzroeder, I've seen there was EfficientDet-D0 mentioned in the other issue about this. It does work now, but Netron still barfs on EfficientDet-D2. Here is an example onnx file. I'm not very fluent in javascript, is there anything I can do quickly to get this fixed? Thanks, Carl |
Hi folks. I developed |
Duplicate of #1370 |
I failed to load 2.1 MB .meta file generated from char-rnn model (https://github.com/sherjilozair/char-rnn-tensorflow) with python 2.7 and tensorflow 1.0.
It is loading forever... I am wondering what is wrong with these files?
The text was updated successfully, but these errors were encountered: