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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HI,
I'm experimenting with the explain features of PyG these days and I looked at the feature visualisation in this module: https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/explain/explanation.py
I'm just wondering if the mask should summed like this or if we should consider their absolute values ? I have seen this kind of processing in other codes such as: https://www.tensorflow.org/tutorials/interpretability/integrated_gradients
Since the values can be negative or positive and that zero values are to be ignored, I think it would make sens to apply
torch.abs
beforehand.What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions