raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.97k stars 664 forks source link

Is there any reason why no demo for activation maximization for resnet? #219

Open ahnchive opened 4 years ago

ahnchive commented 4 years ago

Thank you for interesting work! I was wondering if there's any reason why no notebook demo for activation maximization for Resnet? I want to try activation maximization with my custom model which is just typical CNN with batchnorm layers, but it's not working very well (the images extracted are just random noise, not visible pattern). I checked that this works perfectly fine with VGG16, and was wondering batchnorm is the issue? Anybody knows answer to this by any chance? Thank you for any help or idea in advance.