Netron – Neural network, deep learning and machine learning models viewer

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

We can see visualizations of neural networks in papers and literatures, which are very exquisite. You may wonder whether they are drawn using drawing software or office software. These are too low-end and inefficient for AI researchers, who use a number of open-source projects for neural network visualization. While each of the major deep learning frameworks provides corresponding visualization templates, they are not generalizable.

Netron is a neural network, deep learning and machine learning models viewer/visualizer and analyzer for Windows, Mac and Linux platforms, as well as Python web server and web browser. It was developed by Lutz Roeder from Microsoft, built on the basis of Electron, mainly implemented using the JavaScript language.

Netron can generate descriptive visualization for the model’s architecture. It supports a very wide range of neural network model frameworks and formats, including ONNX, TensorFlow Lite, Caffe, Keras, Darknet, PaddlePaddle, ncnn, MNN, Core ML, RKNN, MXNet, MindSpore Lite, TNN, Barracuda, Tengine, CNTK, TensorFlow.js, Caffe2, and UFF. In addition, it also provides experimental support for PyTorch, TensorFlow, TorchScript, OpenVINO, Torch, Vitis AI, kmodel, Arm NN, BigDL, Chainer, Deeplearning4j, MediaPipe, MegEngine, ML.NET and scikit-learn.

In a real-world project, we will encounter various network models that require us to quickly understand its network structure. If we simply look at the model file, it is difficult to visualize the architecture of the network in our mind. In this case, we can use Netron, which enables us to clearly see the input/output of each layer and the overall architecture of the network. Maybe you have already used some deep neural network visualization tools, but Netron is probably your favorite so far. By contrast, it is not only omnipotent, but also easy to use.

// Supported Frameworks //

  • ONNX (.onnx, .pb, .pbtxt)
  • Keras (.h5, .keras)
  • CoreML (.mlmodel)
  • Caffe2 (predict_net.pb, predict_net.pbtxt)
  • MXNet (.model, -symbol.json)
  • TensorFlow Lite (.tflite)
  • Caffe (.caffemodel, .prototxt)
  • PyTorch (.pth)
  • Torch (.t7)
  • CNTK (.model, .cntk)
  • PaddlePaddle(__model__)
  • Darknet (.cfg)
  • scikit-learn (.pkl)
  • TensorFlow.js (model.json, .pb)
  • TensorFlow (.pb, .meta, .pbtxt)

// Sample Models //

Sample model files to download or open using the browser version:

// Download URLs //

License Version Download Size
Freeware Latest (mir) n/a

(Homepage | GitHub | SourceForge)

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.