From Node Embeddings to Graph Embedding to Linear Regression #8007
-
First, I would like to say a huge thank you to the Pytorch Geometric Team and its open Community for all the valuable efforts, time, and useful resources. Task:
Questions:
Thank you very much in advance. I appreciate a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
examples/graph_sage_unsup.py
)DataLoader
NeighborLoader
is only useful for operating on single large graphs. UseDataLoader
instead :)