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
Hi All, I am rather new to this and need some help. Does GNNExplainer work with LightGCN? I am using the lightgcn.py example and the gnn_explainer.py provided, but am not sure how to integrate them since there is no data.x in the dataset, which is required for the explainer class.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I am rather new to this and need some help. Does GNNExplainer work with LightGCN? I am using the lightgcn.py example and the gnn_explainer.py provided, but am not sure how to integrate them since there is no data.x in the dataset, which is required for the explainer class.
explanation = explainer(data.x, data.edge_index, index=node_index)
Appreciate any input, thank you!
Beta Was this translation helpful? Give feedback.
All reactions