albermax / innvestigate

A toolbox to iNNvestigate neural networks' predictions!
Other
1.26k stars 233 forks source link

Accessing middle layer relevances? #173

Open iBM88 opened 4 years ago

iBM88 commented 4 years ago

How can I access middle layers' relevances and not inputs'?

abhijit-suresh commented 4 years ago

I'm also interested in the same question!

iBM88 commented 4 years ago

Implement LRP and run it backward on the network; save the results for each layer based on formula.