Releases: google-ai-edge/model-explorer
model-explorer-v0.1.3
Bug fixes
- Fix the wrong display of tensor values in ExportedProgram by @yijie-yang in #58
- Move tensor to cpu for json dump by @yuanzhedong in #63
New Contributors
- @yuanzhedong made their first contribution in #63
Full Changelog: model-explorer-v0.1.2...model-explorer-v0.1.3
model-explorer-v0.1.2
New features
-
Allow users to toggle highlights for inputs/outputs from the info panel.
❇️ Tips: Use Alt+Click to highlight a single input/output and hide the rest. -
Add a setting to keep the layers that only have a single op node child (by default Model Explorer will remove those layers to improve graph readability)
Bug fixes
- fix: update dependencies for example_adapters by @KevinKaChunLee in #62
model-explorer-v0.1.1
New features
-
We just got our 1st community-contributed adapter: ONNX adapter for Model Explorer. Thanks so much @justinchuby for creating this highly functional adapter in such a short time. Give it a try!
-
Added an option to set background to transparent when downloading png.
-
Added a setting in the "Advanced settings" dialog to allow users to set edge color.
-
Processing/layout errors are now displayed in the "Processing graphs..." screen.
Bug fixes
- Attribute values with non-printable characters (such as
\n
) can now be correctly displayed in node overlay.
Model explorer v0.1.0
The initial public release of Model Explorer
adapter-v0.1.1-20240511
Update README.md
adapter-v0.1.0-20240509
Update open in colab badge
adapter-v0.0.1-20240509
Support tf, tfl and stablehlo dialect MLIR in Model Explorer PiperOrigin-RevId: 631968620
adapter-v0.3.10-20240507
Remove `pybind11_abseil` from convert_wrapper PiperOrigin-RevId: 631293991
adapter-v0.0.0-macos-latest-cp3.11-20240507
Update README
adapter-v0.0.0-Linux_runner_8_core-cp3.11-20240507
Update README