PyTorch Forums
How to get feature map from pre-trained Resnet50
ptrblck
June 20, 2020, 8:56am
2
You could use forward hooks to get the activation maps as described in
this example
.
1 Like
show post in topic