The version was redesigned from jacobhil version
主要是建立一个example来了解Grad-Cam的使用方式, 依照原作者的版本简化了很多地方
拿掉了ModelOutputs函数, 并且整合到FeatureExtractor函数中
原作者版本主要是torch 0.4版本, 并使用Variable类, 我改成了torch 1.01
删除加载cuda的部分, 运算量并不大, 不需要额外使用GPU
Take out the ModelOutputs function and merge with the FeatureExtractor function
The orginal verison is for pytorch 0.4, I change a little bit for torch 1.01
The whole computation take less time, no GPU need, I delete the cuda
所有实现的过程已经说明都已经附在Grad_CAM_Pytorch_1.01_tutorialv2.ipynb
Original photo
Grad_CAM