Skip to content
Visualizer for neural network, deep learning and machine learning models
JavaScript Python Other
Branch: master
Clone or download

Latest commit

Latest commit 9bf3e7e Jun 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update GitHub build workflow May 31, 2020
.vscode Exclude dist in vscode Apr 13, 2020
setup Remove existing winget manifest Jun 6, 2020
src Update scripts Jun 15, 2020
test Update scripts Jun 15, 2020
tools Update scripts Jun 15, 2020
.eslintrc.json Fix ESLint issues May 10, 2020
.gitignore Build to dist folder Dec 14, 2019
DEVELOPMENT.md Update DEVELOPMENT.md (#438) Mar 5, 2020
LICENSE Update license Jan 26, 2017
Makefile Update scripts Jun 15, 2020
README.md Update README.md Jun 14, 2020
electron-builder.yml Add UFF prototype (#511) Jun 11, 2020
package.json Update to 4.3.3 Jun 14, 2020
setup.cfg Build to dist folder Dec 14, 2019
setup.py Update README.md Jun 14, 2020

README.md

Netron is a viewer for neural network, deep learning and machine learning models.

Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), Core ML (.mlmodel), Caffe (.caffemodel, .prototxt), Caffe2 (predict_net.pb, predict_net.pbtxt), Darknet (.cfg), MXNet (.model, -symbol.json), ncnn (.param) and TensorFlow Lite (.tflite).

Netron has experimental support for TorchScript (.pt, .pth), PyTorch (.pt, .pth), Torch (.t7), Arm NN (.armnn), Barracuda (.nn), BigDL (.bigdl, .model), Chainer (.npz, .h5), CNTK (.model, .cntk), Deeplearning4j (.zip), MediaPipe (.pbtxt), ML.NET (.zip), MNN (.mnn), OpenVINO (.xml), PaddlePaddle (.zip, __model__), scikit-learn (.pkl), Tengine (.tmfile), TNN (.tnnproto), UFF (.uff), TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt, .ckpt, .index).

Install

macOS: Download the .dmg file or run brew cask install netron

Linux: Download the .AppImage file or run snap install netron

Windows: Download the .exe installer or run winget install netron

Browser: Start the browser version.

Python Server: Run pip install netron and netron [FILE] or import netron; netron.start('[FILE]').

Models

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

You can’t perform that action at this time.