google-ai-edge / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
943 stars 65 forks source link

[Feature Request] Display skip layers better #52

Open justinchuby opened 2 months ago

justinchuby commented 2 months ago

In netron, it is clear when there is a skip connection across layers, but the same information is lost in model explorer because the connections are not rendered across layers.

image image
justinchuby commented 2 months ago

Clear when it is flatten:

image
pkgoogle commented 1 month ago

@justinchuby, This seems like a reasonable request, as it affects "visualization correctness" at the higher level. We will take a look.