Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Bug for evaluating the contrastive_excitation backprop with pointing game #18

@wjNam

Description

@wjNam

Hi, thank you for your excellent package.

I found some bug that some results of CEB which have nan values get hit points.
(this occurred when I changed return value as
def gradient_to_contrastive_excitation_backprop_saliency(x):
return torch.sum(x.grad, 1, keepdim=True)
Is it related to the final result?
I think inf value counted as the highest value.

Please check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions