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
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