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

Bug for evaluating the contrastive_excitation backprop with pointing game #18

Open
wjNam opened this issue Aug 30, 2020 · 0 comments
Open

Comments

@wjNam
Copy link

wjNam commented Aug 30, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant