Visualization Tool
32.8k 2026-04-24
lutzroeder/netron
A universal viewer for neural network, deep learning, and machine learning models, supporting a wide array of formats.
Core Features
Supports numerous ML model formats (ONNX, TensorFlow Lite, PyTorch, Keras, etc.)
Provides a visual representation of model architecture
Available as a browser app, desktop application (macOS, Linux, Windows), and Python package
Offers experimental support for additional formats like TorchScript, MLIR, and OpenVINO
Quick Start
pip install netron && netron [FILE]Detailed Introduction
Netron is an open-source visualization tool designed to help developers and researchers understand the structure of machine learning models. It acts as a universal viewer, capable of parsing and displaying models from various popular frameworks like ONNX, TensorFlow Lite, PyTorch, and Keras. By offering a clear graphical representation of neural network architectures, Netron simplifies debugging, analysis, and communication of complex model designs, making it an invaluable asset in the deep learning development workflow.