infocusp / tf_cnnvis

CNN visualization tool in TensorFlow
MIT License
781 stars 209 forks source link

How to interpret deconvolution results for fully connected layers? #62

Closed kitovyj closed 6 years ago

kitovyj commented 6 years ago

How to interpret deconvolution results for fully connected layers?

falaktheoptimist commented 6 years ago

The same as in the convolutional layers - that is, it provides the set of inputs which are responsible for generating the activation for the layer over which you computed the deconvolution output.

falaktheoptimist commented 6 years ago

Reopen if you have any further queries. Closing for now.