We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996575e commit 603ec6cCopy full SHA for 603ec6c
README.md
@@ -101,7 +101,7 @@ You need to choose the target layer to compute CAM for.
101
Some common choices are:
102
- FasterRCNN: model.backbone
103
- Resnet18 and 50: model.layer4[-1]
104
-- VGG and densenet161: model.features[-1]
+- VGG, densenet161 and mobilenet: model.features[-1]
105
- mnasnet1_0: model.layers[-1]
106
- ViT: model.blocks[-1].norm1
107
- SwinT: model.layers[-1].blocks[-1].norm1
0 commit comments