-
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
Tensor Visualization #122
Comments
Weights will show if they are stored in the model file. What model format are you using and can you share a sample file? #65 is tracking renderings other than plain numbers. Stats are usually not stored in model files. |
I can see the raw weights/bias data in the panel, but it's hard to read and understand especially for a large size kernel in the fully connected layer. Actually what I asked is the plot/picture you mentioned in #65, in addition to some statistics info. It will help a lot to understand the tensor data. Another proposal is exporting/save the tensor to a file, then use the existing tools to visualize them. |
In mxnet, models weights are saved in .params and architecture in .symbol, |
@nrupatunga created #285 to track this separately. |
Sometimes, we need to inspect the layer's weights/bias, or the statistics info such as mean, standard error and etc.
Is it possible to visualize these info in Netron?
The text was updated successfully, but these errors were encountered: