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

Bad results using EfficientNet B0

Open virilo opened this issue 5 years ago • 0 comments

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, having the same results

But the results doesn't seem too good, compared to the results of the original script.

qt_img166800720002023429 qt_img166805014969319429 qt_img166808837490212869 qt_img166809451670536197 qt_img166812793155092485

You can compare it with the original script results, showing what one can expect from GradCAM

cam_viz

virilo avatar Jan 25 '21 21:01 virilo