Skip to content
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

nothing about mnist's visualization #136

Open
qingzew opened this issue Jan 21, 2018 · 3 comments
Open

nothing about mnist's visualization #136

qingzew opened this issue Jan 21, 2018 · 3 comments

Comments

@qingzew
Copy link

qingzew commented Jan 21, 2018

this is the problem
https://stackoverflow.com/questions/48368441/mnists-deep-feature-visualizations-is-nothing

@ZhuweiQin
Copy link

Hi, could you please explain a little more about how did you visualize the LeNet on mnist? I am trying to visualize the VGG16 train on Cifar10. How should I set the label path?

@qingzew
Copy link
Author

qingzew commented Mar 2, 2018

@ZhuweiQin when I have trained a mnist model with caffe, I am wondering what the feature would look like, for example, when I visualize caffenet-yos, I can see different channel focus different part of the object, but on mnist I can see nothing, why?
for label path, I think you can reference this:https://github.com/yosinski/deep-visualization-toolbox/blob/master/models/caffenet-yos/settings_local.template-caffenet-yos.py#L20

@ZhuweiQin
Copy link

The deconv visualization and activation (feature map) visualization explain the filters from different perspectives. Through your implementation, we can clearly see the activation of each lenet filters on mnist. It's hard to interpret the activations as the caffenet on imagenet dataset since the filter resolution is too small. Basically, the deconv projects the activation(feature map) back to the input image, showing which part of the input image activate the corresponding filter. I do not know why you can not see the deconv visualization result. The reason must be the code problem not the feature. BTW, there are some other open source projects about the deconv. Maybe you can try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants