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 68c51c9 May 18, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add .github folder Jan 16, 2020
.vscode Exclude dist in vscode Apr 13, 2020
setup Add macOS notarization Jul 25, 2019
src Update tf-metadata.json May 18, 2020
test Remove MXNet test files May 18, 2020
tools Fix scikit-learn script May 7, 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 Tengine prototype (#440) Apr 4, 2020
README.md Add Barracuda prototype #486 May 9, 2020
electron-builder.yml Add Barracuda prototype #486 May 9, 2020
package.json Update to 4.1.8 May 18, 2020
setup.cfg Build to dist folder Dec 14, 2019
setup.py Add Barracuda prototype #486 May 9, 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), 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.

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.