Model Breaks down on using self loops #7222
-
I have a model (consisting of a few Can someone guide me with this? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is hard to tell. In the end, adding a self-loop as part of the graph means that your GNN can no longer differentiate neighbors from the central node, which may be a problem for your specific task/data. |
Beta Was this translation helpful? Give feedback.
This is hard to tell. In the end, adding a self-loop as part of the graph means that your GNN can no longer differentiate neighbors from the central node, which may be a problem for your specific task/data.