Replies: 1 comment
-
Hi, @ltsc256, thanks for your interest here.
Then you could directly send the inputs to cam/gradcam. Hope it helps, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Monai for a classification task that uses both MR and CT data. The classification models work very well and I wanted to implement the interpretability methods (either occlusion sensitivity or cam). However, when I try to run cam, I get an error that forward is missing 1 required argument (the CT image) since the interpretability models seem to only allow 1 image input. Do you have any advice how to handle?
Beta Was this translation helpful? Give feedback.
All reactions