tonio73 / dnnviewer

Deep Neural Network viewer
https://tonio73.github.io/dnnviewer/
MIT License
18 stars 2 forks source link

Input * Weight contribution graph #46

Open tonio73 opened 4 years ago

tonio73 commented 4 years ago

Given a neural unit of a Dense layer, given an input sample (image), display the bar chart of the products of the weight times the input as a new tab in the unit quadrant

tonio73 commented 4 years ago

Main issue is the when and where to compute the activation map since it is used in two locations (two bottom right quadrants) and it requires quite large computation such that we want to avoid doubling it.