EfficientNet-GradCam-Visualization icon indicating copy to clipboard operation
EfficientNet-GradCam-Visualization copied to clipboard

EfficientNet-GradCam Visualization

Results 5 EfficientNet-GradCam-Visualization issues
Sort by recently updated
recently updated
newest added

When I use efficientnet to test, it has an error that "NoneType" object has no attribute "register_forward_hook". Could you help me?

How to get visualization for efficientdetd0 model? How to get any grad cam or heatmap in Efficientdet D0 model?

I'm trying to reproduce this script: https://www.kaggle.com/meaninglesslives/efficientnet-gradcam-comparison-to-other-models To make it work with current EfficientNet version, I'm using the layer model._blocks[-1]._project_conv. I also tried [this solution](https://github.com/sidml/EfficientNet-GradCam-Visualization/issues/2#issuecomment-648142037), having the same results But...

Hey, recently I started working on GradCAM activations and on that topic I actually did my own implementation of GradCAM and ran EfficientNet through it, however I am not completely...