google-ai-edge / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
1.06k stars 87 forks source link

Fix seenGroupNodeIds mismatch with modelGraph nodes data. #246

Closed copybara-service[bot] closed 1 week ago

copybara-service[bot] commented 1 week ago

Fix seenGroupNodeIds mismatch with modelGraph nodes data.

looks like the seenGroupNodeIds data set may contain group node id that does not belong to the current modelGraph nodes data, causing the lookup for node from modelGraph returns undefined (NodeA/NodeB), thus the group layer comparison fails.