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

Latest commit

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 winget prototype May 23, 2020
src Detect invalid content (#458) May 26, 2020
test Remove PyTorch test files May 25, 2020
tools Fix scikit-learn script May 25, 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 Add winget prototype May 23, 2020
README.md Add winget prototype May 23, 2020
electron-builder.yml Add Barracuda prototype #486 May 9, 2020
package.json Update to eslint 7.1.0 May 23, 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 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.