tf_cnnvis
tf_cnnvis copied to clipboard
deepdream visualization on convolution layer
I am not so sure how to use the deepdream api to visualisation on a particular convolution layer (say after a max pooling), the classes option is only for final softmax output?
Hi @MaxChu719 Deepdream originally was for visualizing how the network views distinct categories. That is why we had kept it for the last layer. It can of course be extended to other layers - if there is need in the experiment. But currently, tf_cnnvis does not support this feature.
Thanks for the reply, would you consider adding this feature?
Sure. Maybe not immediately. But as soon as we have some spare time. If there are any immediate takers, please leave a comment here and send a PR when you're done.
Thanks!