-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph annotation based on attribute values #1241
Comments
Mark, it would be fantastic to support this feature. Recently, I'm looking for a method to fill accuracy analysing result into each onnx model tensor, I think this feature is useful to satisfy my demandings. |
Looking forward to this feature. |
Looking forward to this! For example, I want to debug QDQ to know which node significantly goes wrong, I could use this https://github.com/microsoft/onnxruntime-inference-examples/blob/main/quantization/image_classification/cpu/run_qdq_debug.py to generate a json file with name and accuracy, then show it side by side with graph in the netron |
Scenario:
UI feature to augment the graph with a visualization of a selected attribute, metadata or metrics values.
The selected attribute should both be shows as part of each node and if float turned into a border or background style.
Questions:
The text was updated successfully, but these errors were encountered: