Skip to content
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

Open
jenniferzhu opened this issue Jan 24, 2018 · 10 comments
Open

Hierarchical expansion of large graphs #68

jenniferzhu opened this issue Jan 24, 2018 · 10 comments
Assignees
Labels

Comments

@jenniferzhu
Copy link

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?

@lutzroeder
Copy link
Owner

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.

@jenniferzhu
Copy link
Author

Thanks @lutzroeder
I hope there would be some ways to workaround this issue, since I really like Netron's image of models.

@lutzroeder lutzroeder changed the title cannot load big .meta file Hierarchical expansion of large graphs Jun 8, 2018
@erwincoumans
Copy link

@kobemini
Copy link

kobemini commented Dec 5, 2019

@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?

@jojivk73
Copy link

For large graphs, is it possible to add an option to show a given node + fanin and fanouts upto specified level.
Example netron <g.pbtxt> -node <node_name> -level 3

@JasonWayne
Copy link

@jojivk73 there is no such args like node or level in my netron cmd line...

@yairb-gm
Copy link

Hi, I'm encountering this issue as well for models I was able to open with previous versions, of onnx files

@lutzroeder
Copy link
Owner

lutzroeder commented Sep 12, 2021

@yairb-gm can you please share a sample file?

lutzroeder added a commit that referenced this issue Dec 21, 2021
lutzroeder added a commit that referenced this issue Dec 21, 2021
Repository owner deleted a comment Mar 14, 2022
@CarlPoirier
Copy link

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

@lutzroeder
Copy link
Owner

pytorch/pytorch#75100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants