-
I want to use GraphSage to train a node embedding from a huge custom dataset (~17GB) and it's in one graph. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What do you wanna do during evaluation? If your goal is to simply obtain node embeddings of test/val nodes, you can pass these nodes to a separate |
Beta Was this translation helpful? Give feedback.
What do you wanna do during evaluation? If your goal is to simply obtain node embeddings of test/val nodes, you can pass these nodes to a separate
NeighborLoader
and run your model forward procedure on these mini-batches.