Nenhuma descrição

Lutz Roeder 51ae4fd1da Fix TensorFlow Linux script 7 anos atrás
.vscode 9c5d5ff93a Exclude node_modules and build in vscode 7 anos atrás
media c58cf0a220 Update screenshot 8 anos atrás
setup 7c4932220a Icon converter script 7 anos atrás
src a4e84e602b ONNX .pb format detection 7 anos atrás
test 2a3e2e3f7c Handle Caffe2 cuda_gpu_id rename 7 anos atrás
tools 51ae4fd1da Fix TensorFlow Linux script 7 anos atrás
.gitattributes 7f59d7662f Support variadic and control edges 8 anos atrás
.gitignore 67f817f0bf Add test/data to .gitignore 7 anos atrás
DEVELOPMENT.md 81fedddfd1 Add npm run server -- <args> shortcut 7 anos atrás
LICENSE 0157c86a27 Update license 9 anos atrás
Makefile 3fc1ffaf56 Fix Python package version 7 anos atrás
README.md efb38fb29b Update README.md 7 anos atrás
electron-builder.yml 52fa83adc5 Add CNTK .cmf and .dnn extensions 7 anos atrás
package.json 7d1e2d0758 Update to 2.7.6 7 anos atrás
setup.cfg 2018518292 Move to setup.py console_scripts (#146) 7 anos atrás
setup.py efb38fb29b Update README.md 7 anos atrás

README.md

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), Torch (.t7), CNTK (.model, .cntk), PaddlePaddle (__model__), Darknet (.cfg), scikit-learn (.pkl), TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt).

Install

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').

Download Models

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