ZhuweiQin

Results 5 comments of ZhuweiQin

Hi, @x1155665 I encountered some troubles when I try to show the per unit optimize visualization by using the new toolbox. For example, I want to see some unit in...

Thanks for your kind reminder. @x1155665 So, you mean, I should synthesize the per unit optimize visualization of ResNet by using this [tool](https://github.com/yosinski/deep-visualization-toolbox/blob/master/doc/computing_per_unit_visualizations.md) and then change the [code](https://github.com/arikpoz/deep-visualization-toolbox/pull/2/commits/d4389622e7a3b0cd22fafabdf79088e99b005514) to load...

@x1155665 Thanks a lot. Let me try.

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...

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...