keras-grad-cam
keras-grad-cam copied to clipboard
GradCam calculation
Originally, use the probability value of yc as the category to obtain the partial derivative of Aij in the feature layer. Why do you use loss to obtain the partial derivative of Aij in your code?