|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .vscode | %!s(int64=7) %!d(string=hai) anos | |
| media | %!s(int64=8) %!d(string=hai) anos | |
| setup | %!s(int64=7) %!d(string=hai) anos | |
| src | %!s(int64=7) %!d(string=hai) anos | |
| test | %!s(int64=7) %!d(string=hai) anos | |
| tools | %!s(int64=7) %!d(string=hai) anos | |
| .eslintrc.json | %!s(int64=7) %!d(string=hai) anos | |
| .gitattributes | %!s(int64=8) %!d(string=hai) anos | |
| .gitignore | %!s(int64=7) %!d(string=hai) anos | |
| DEVELOPMENT.md | %!s(int64=7) %!d(string=hai) anos | |
| LICENSE | %!s(int64=9) %!d(string=hai) anos | |
| Makefile | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| electron-builder.yml | %!s(int64=7) %!d(string=hai) anos | |
| package.json | %!s(int64=7) %!d(string=hai) anos | |
| setup.cfg | %!s(int64=7) %!d(string=hai) anos | |
| setup.py | %!s(int64=7) %!d(string=hai) anos |
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).
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 [FILE] or import netron; netron.start('[FILE]').