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

onnx.load() -> Can't Open this page #6023

Closed
6894556 opened this issue Mar 14, 2024 · 1 comment
Closed

onnx.load() -> Can't Open this page #6023

6894556 opened this issue Mar 14, 2024 · 1 comment
Labels
question Questions about ONNX

Comments

@6894556
Copy link

6894556 commented Mar 14, 2024

Ask a Question

Question

Hi, when I run onnx.load(path/to/onnx) on my jupyter notebook, it starts buffer and turns out like the attached images.
How can I load my onnx file?

Further information

  • versions
  • onnx==1.15.0
  • super_gradients==3.6.1
  • Is this issue related to a specific model?

I have no idea. My model is fine-tuned YOLO_NAS_M from super-gradients.

Notes

q1
q2
q3
q4

@6894556 6894556 added the question Questions about ONNX label Mar 14, 2024
@justinchuby
Copy link
Contributor

Assign the model to a variable. Otherwise jupyter notebook tries to print the model out which can be huge and crash the page.

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

No branches or pull requests

2 participants