LRP for ResNet returns weird heatmap

Hey,

I’m trying to use your LRP implementation on a pretrained model resnet34/32 (ImagetNet and CIFAR10/100 respectively).

I needed to convert the ReLU layers to inplace=False in order to make it work and then when I execute this - it works but the output is weird and inconsistent…

these are the images for example:

and these are the explanations (heat maps)

which doesnt make sense since the LRP is always readable and coherent with the images themselves…

thanks!

I have excactly the same problem, with the LRP ResNET. Also I’ve tried different rules. Did you found any solution?