Skip to content
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

Display of dimension for variable X at all nodes. #129

Closed
kartikpodugu opened this issue Jul 21, 2018 · 1 comment
Closed

Display of dimension for variable X at all nodes. #129

kartikpodugu opened this issue Jul 21, 2018 · 1 comment

Comments

@kartikpodugu
Copy link

For a particular node, this is the format Netron follows:

Name of the Node, Inputs
Parameters of the Node

Example:

Conv X W B
strides = 2,2
pads = 1,1,1,1
kernel_shape = 3,3

Relu X

MaxPool X
strides = 2,2
pads = 1,1,1,1
kernel_shape = 3,3

When we hover on the Inputs, we come to know the dimensions of the Inputs. This is very good.
But, somehow we get the dimensions of Inputs variable X only for the first node and not any other nodes. It will be good if we can get the dimensions of X for all intermediate nodes to better understand the flow of data through the topology/network.

@lutzroeder
Copy link
Owner

lutzroeder commented Jul 21, 2018

Duplicate of #71

@lutzroeder lutzroeder marked this as a duplicate of #71 Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants