|
|
7 年之前 | |
|---|---|---|
| .vscode | 7 年之前 | |
| media | 8 年之前 | |
| setup | 7 年之前 | |
| src | 7 年之前 | |
| test | 7 年之前 | |
| tools | 7 年之前 | |
| .gitattributes | 8 年之前 | |
| .gitignore | 7 年之前 | |
| DEVELOPMENT.md | 7 年之前 | |
| LICENSE | 9 年之前 | |
| Makefile | 7 年之前 | |
| README.md | 7 年之前 | |
| electron-builder.yml | 7 年之前 | |
| package.json | 7 年之前 | |
| setup.cfg | 7 年之前 | |
| setup.py | 7 年之前 |
Netron is a viewer for neural network, deep learning and machine learning models.
Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), CoreML (.mlmodel), Caffe2 (predict_net.pb, predict_net.pbtxt), MXNet (.model, -symbol.json) and TensorFlow Lite (.tflite). Netron has experimental support for Caffe (.caffemodel, .prototxt), PyTorch (.pth), CNTK (.model, .cntk), scikit-learn (.pkl), TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt).
macOS: Download the .dmg file or run brew cask install netron
Linux: Download the .AppImage or .deb file.
Windows: Download the .exe installer.
Browser: Start the browser version.
Python Server: Run pip install netron and netron -b [MODEL_FILE]. In Python run import netron and netron.start('model.onnx').
Sample model files you can download and open:
ONNX Models: Inception v1, Inception v2, ResNet-50, SqueezeNet
Keras Models: resnet, tiny-yolo-voc
CoreML Models: MobileNet, Places205-GoogLeNet, Inception v3
TensorFlow Lite Models: Smart Reply 1.0 , Inception v3 2016
Caffe Models: BVLC AlexNet, BVLC CaffeNet, BVLC GoogleNet
Caffe2 Models: BVLC GoogleNet, Inception v2
MXNet Models: CaffeNet, SqueezeNet v1.1
TensorFlow models: Inception v3, Inception v4, Inception 5h