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! A batch contains multiple disconnected subgraphs, which are compressed into one single block-diagonal adjacency matrix ADJ by PyTorch Geometric. Your original ACsr is the observed graph from which you extract subgraphs around ratings. Depending on what links you feed, you will get different subgraphs extracted from ACsr by the subgraph_extraction_labeling() function. Then you will get different batches.
Hello, I'm a newbie with GNN and interested in Recommender system using Graphs.
Thanksfully I found a nice paper IGMC.
I 'm trying to understand 'generating sub graph' of this code,
What I was doing was:
Can you provide how ADJ is acquired ?
The text was updated successfully, but these errors were encountered: