Replies: 1 comment 2 replies
-
Hi @trinhdhk, do you mean the target layer you want to generate the feature map? I think you could specify the MONAI/monai/visualize/class_activation_maps.py Lines 233 to 253 in 11745a6 Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that all gradient-based activation map methods implemented in MONAI implicitly assume ReLU as the target activation layer. This may very well be not the case (as in my case, it is SiLU). This leads to unreliable behaviour. Is it possible and sensible to write a custom autograd activation layer for visualising the activation map?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions