Netron is a viewer for neural network and machine learning models.
Netron supports ONNX models (.onnx
, .pb
), Keras models (.keras
, .h5
) and TensorFlow Lite models (.tflite
).
Netron has experimental support for CoreML models (.mlmodel
) and TensorFlow models (.pb
, .meta
).
macOS
Download the .dmg
file or with Homebrew 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 [MODEL_FILE]
.
Serve a model in Python using import netron; netron.serve_file('my_model.onnx')
.
Sample model files you can download and open:
ONNX Models
Keras Models
TensorFlow Lite Models
CoreML Models
TensorFlow models