GradCAM for efficientnet and mobilenet #459
Unanswered
chetasanand
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using efficientnet and mobilenet in my project and wanted to validate the predictions with Grad CAM, is this module only compatible with the below architectures? What changes do I need to use this module with efficientnet and mobilenet?
FasterRCNN: model.backbone
Resnet18 and 50: model.layer4[-1]
VGG and densenet161: model.features[-1]
mnasnet1_0: model.layers[-1]
ViT: model.blocks[-1].norm1
SwinT: model.layers[-1].blocks[-1].norm1
Beta Was this translation helpful? Give feedback.
All reactions