GitHub Repos beginner 2 min read Apr 27, 2026
Public Preview Sign in free for the full digest →

Netron: Image viewer for models

“Netron has 32,807 stars, but 1 maintainer still carries the whole viewer.”

Netron: Image viewer for models
1 Views
0 Likes
0 Bookmarks
Source · github.com

“`PyTorch support is experimental.` — GitHub issue #720”

You know that feeling when you inherit a model file and the training code is gone, the framework version is unknown, and you still need to understand what is inside it? Before Netron, you often jump between framework tools, partial exports, and raw file formats just to answer basic questions about layers and tensors. Netron cuts that down to opening the file in one place. The catch is that some formats, especially PyTorch saves, still lose detail depending on how the file was written.

mlmodel-visualizationopen-sourcejavascriptpythononnxpytorch

Think of it like opening a PDF instead of recreating the document from scratch. You point Netron at a saved model file in a supported format, and it reads the file structure and draws the graph for you. You can open it in the browser, a desktop app, or from Python with `netron [FILE]` or `netron.start('[FILE]')`. For some files, it also shows metadata and tensor metrics in the sidebar, and issue #1240 says it can auto-compute `min`, `max`, and `std` for floating-point tensors with fewer than 8 million elements.

01
One viewer for ONNX, TensorFlow Lite, PyTorch, Core ML, Keras, Safetensors, NumPy, and more — you spend less time jumping between toolchains.
02
Browser, desktop, and Python entry points — you can inspect a file in the way that fits your current workflow instead of changing your workflow for the tool.
03
Sample model links in the README — you get a fast path to your first useful result without hunting for test files.
04
Metadata and tensor metrics work is already visible in issue #1240 — you can inspect more than just the graph when the format support exposes it.
05
Hugging Face Hub already embeds it as a Space (xet-team/netron-ui) and a VS Code extension wraps it for editor-native model review — you can treat model inspection as part of normal development flow instead of a separate manual step.
Who it’s for

If you review model artifacts, debug conversion output, or inherit saved models from other teams, this is for you. It also fits platform teams that want model inspection inside normal repo and pull request flow. It is not for you if you need batch image export, or if you need every PyTorch file to render as a full graph every time.

Worth exploring

Yes, this looks worth using for day-to-day model inspection. The project ships frequent releases, supports multiple install paths, and already shows up inside Hugging Face Hub Spaces and the VS Code Netron extension. I would call it stable for viewing files, but not a fit if your workflow depends on headless export or full-fidelity PyTorch graphs from every save format.

Developer playbook
Tech stack, code snippet, sentiment, alternatives.
PM playbook
Adoption angles, user fit, positioning.
CEO playbook
Traction signals, ROI, build vs buy.
Deep-dive insight
Full long-form analysis, no fluff.
Easy mode
Core idea, fast — when you need the gist.
Pro mode
Technical nuance, edge cases, tradeoffs.
Read the full digest
Go beyond the preview

Deep-dive insight, Easy and Pro modes, plus action playbooks — the full breakdown is one tap away.

Underrated tools. Unfiltered takes.

Read the full digest in the Snaplyze app for deep-dive insight, Easy and Pro modes, and the playbooks you can actually use.

Install Snaplyze →