Replies: 1 comment 27 replies
-
Hi @Meddebma , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
27 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was trying to implement occlusion sensitivity map and Gradcam for my classification task but I've got two Problems:
1- the displayed slice was in a different reconstruction as the original one(displayed in Check Data Shape section), how can I make the same reconstruction?
2- for the Gradcam I got this error:
AttributeError: 'numpy.ndarray' object has no attribute 'detach'
here is the code:
https://github.com/Meddebma/pyradiomics/blob/master/3D_Classification.ipynb
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions