-
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
RangeError: Maximum call stack size exceeded #589
Comments
I have the same problem on 4.7.9 on browser with this model |
I see the same error with the mobilebert onnx model with the latest Netron release. Netron 3.6.5 is however able to open the model. . |
Context for folks that want to investigate a fix. The error happens when the graph is too large for the graph layout algorithm in dagre to handle. It is not related to the file or weights size. |
Duplicate of #68 |
Is it possible to set a larger Maximum call stack size? |
@luchangli03 can you share a sample file to reproduce the issue. |
I have a vision transformer model that has 23359 nodes can't be opened by netron by this error, but I can't upload it. |
@luchangli03 in this case you will need to investigate the issue and suggest a fix. |
Has a fix to this problem been found? |
@Amur-Pal can you share a model file to reproduce the issue? |
File was too big for Github, here's a drive link. |
The error has disappeared but now nothing shows up after a long time of waiting... |
Steps to Reproduce:
EfficientDet-d0.zip
Please attach or link model files to reproduce the issue if necessary.
The text was updated successfully, but these errors were encountered: