You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does the GradCAM++ algorithm in the implementation use grads_power_2 = grads**2 and grads_power_3 = grads_power_2 * grads for the second and third derivatives, as this doesn't seem to correspond to the actual second and third derivatives? I look forward to your response.
The text was updated successfully, but these errors were encountered:
Why does the GradCAM++ algorithm in the implementation use
grads_power_2 = grads**2
andgrads_power_3 = grads_power_2 * grads
for the second and third derivatives, as this doesn't seem to correspond to the actual second and third derivatives? I look forward to your response.The text was updated successfully, but these errors were encountered: