Skip to content

Questions about the implementation of Grad-CAM++: The second and third order derivatives #557

Open
@hxngu

Description

@hxngu

#541 When I try to learn how to get hessian matrix I find the implementation of Grad-CAM++ just used grads_power_2 = grads**2 and grads_power_3 = grads_power_2 * grads to get the second and third order derivatives. Is that correct? The formula in original paper is listed below.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions