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

PyTorch: Model saved using torch.save does not show architecture #1216

Closed
JimXu1989 opened this issue Jan 19, 2024 · 2 comments
Closed

PyTorch: Model saved using torch.save does not show architecture #1216

JimXu1989 opened this issue Jan 19, 2024 · 2 comments
Labels

Comments

@JimXu1989
Copy link

  • Netron app and version: 7.3.8
  • OS and browser version: Ubuntu 22.04

Steps to Reproduce:

  1. download a yolov8.pt model https://github.com/ultralytics/ultralytics
  2. use netron to check it

you can find the model here: model https://github.com/ultralytics/ultralytics
netron does not show any branch

@JimXu1989 JimXu1989 added the bug label Jan 19, 2024
@lutzroeder
Copy link
Owner

@JimXu1989 the model file contains only weights and the module hierarchy, not the architecture graph.

@lutzroeder
Copy link
Owner

Duplicate of #720

@lutzroeder lutzroeder marked this as a duplicate of #720 Jan 19, 2024
@lutzroeder lutzroeder closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2024
@lutzroeder lutzroeder changed the title When I use netron to check yolov8 architecture, it dose not show any branch PyTorch: Model saved using torch.save does not show architecture Jan 19, 2024
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

2 participants