ONNX Adapter for google-ai-edge/model-explorer
pip install --upgrade model-explorer-onnx
model-explorer --extensions=model_explorer_onnx
# Or as a shortcut
onnxvis
# Supply model path
onnxvis model.onnx
Note
Model Explorer only supports WSL on Windows.
Read more on the Model Explorer User Guide.
Graph input/output/initializers in ONNX are values (edges), not nodes. A node is displayed here for visualization. Graph inputs that are initialized by initializers are displayed as InitializedInput
, and are displayed closer to nodes that use them.
Get node color themes here