Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
N

netron

> 编程语言
Open source

Visualizer for neural network, deep learning and machine learning models

33.3K stars0 likes0 views
WebsiteGitHub

About

Visualizer for neural network, deep learning and machine learning models

Netron is a viewer for neural network, deep learning and machine learning models. Netron supports ONNX, TensorFlow Lite, PyTorch, torch.export, ExecuTorch, TorchScript, TensorFlow, Core ML, OpenVINO, Keras, Caffe, Darknet, Safetensors and NumPy. Netron has experimental support for MLIR, JAX, GGUF, RKNN, ncnn, MNN, PaddlePaddle and scikit-learn.

## Install **Browser**: [**Start**](https://netron.app) the browser version. **macOS**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.dmg` file or run `brew install --cask netron`. **Linux**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.deb` or `.rpm` file. **Windows**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.exe` installer or run `winget install -s winget netron`. **Python**: `pip install netron`, then run `netron [FILE]` or `netron.start('[FILE]')`. ## Models Sample model files to download or open using the browser version: * **ONNX**: [squeezenet](https://github.com/onnx/models/raw/main/validated/vision/classification/squeezenet/model/squeezenet1.0-3.onnx) [[open](https://netron.app?url=https://github.com/onnx/models/raw/main/validated/vision/classification/squeezenet/model/squeezenet1.0-3.onnx)] * **TorchScript**: [traced_online_pred_layer](https://github.com/ApolloAuto/apollo/raw/master/modules/prediction/data/traced_online_pred_layer.pt) [[open](https://netron.app?url=https://github.com/ApolloAuto/apollo/raw/master/modules/prediction/data/traced_online_pred_layer.pt)] * **TensorFlow Lite**: [yamnet](https://huggingface.co/thelou1s/yamnet/resolve/main/lite-model_yamnet_tflite_1.tflite) [[open](https://netron.app?url=https://huggingface.co/thelou1s/yamnet/blob/main/lite-model_yamnet_tflite_1.tflite)] * **TensorFlow**: [chessbot](https://github.com/srom/chessbot/raw/master/model/chessbot.pb) [[open](https://netron.app?url=https://github.com/srom/chessbot/raw/master/model/chessbot.pb)] * **Keras**: [mobilenet](https://github.com/aio-libs/aiohttp-demos/raw/master/demos/imagetagger/tests/data/mobilenet.h5) [[open](https://netron.app?url=https://github.com/aio-libs/aiohttp-demos/raw/master/demos/imagetagger/tests/data/mobilenet.h5)] * **MLIR**: [edge_detection](https://github.com/iree-org/iree/raw/main/tests/e2e/stablehlo_models/edge_detection.mlir) [[open](https://netron.app?url=https://github.com/iree-org/iree/blob/main/tests/e2e/stablehlo_models/edge_detection.mlir)] * **Core ML**: [exermote](https://github.com/Lausbert/Exermote/raw/master/ExermoteInference/ExermoteCoreML/ExermoteCoreML/Model/Exermote.mlmodel) [[open](https://netron.app?url=https://github.com/Lausbert/Exermote/raw/master/ExermoteInference/ExermoteCoreML/ExermoteCoreML/Model/Exermote.mlmodel)] * **Darknet**: [yolo](https://github.com/AlexeyAB/darknet/raw/master/cfg/yolo.cfg) [[open](https://netron.app?url=https://github.com/AlexeyAB/darknet/raw/master/cfg/yolo.cfg)]

GitHub Issues· 18 open

View all on GitHub
  • #180

    Decision tree visualization

    featurehelp wantedUpdated Sep 8, 2026
  • #1596

    Opening large models reads several times the file size from disk

    Updated Aug 21, 2026
  • #1369

    Large graph layout performance

    featurehelp wantedUpdated Jun 29, 2026
  • #1370

    Hierarchical expansion of large graphs

    featureUpdated Jun 11, 2026
  • #1544

    Model comparison

    featureUpdated Jun 11, 2026
  • #65

    Tensor visualization

    featurehelp wantedUpdated Mar 29, 2026
  • #1204

    Subgraph support

    featurehelp wantedUpdated Mar 20, 2026
  • #1241

    Graph annotation based on attribute values

    featureUpdated Jan 9, 2026
  • #1480

    Transformers support

    featureUpdated Jul 20, 2025
  • #1240

    Metrics support

    featurehelp wantedUpdated Apr 16, 2025

Highlights

  • •ONNX: squeezenet [open]
  • •TorchScript: traced_online_pred_layer [open]
  • •TensorFlow Lite: yamnet [open]
  • •TensorFlow: chessbot [open]
  • •Keras: mobilenet [open]
  • •MLIR: edge_detection [open]
  • •Core ML: exermote [open]
  • •Darknet: yolo [open]

> Tags

JavaScriptaicoremldeep-learningdeeplearning

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言