Hi, everyone.
I’m following the graph sage approach for link prediction: 5.3 Link Prediction — DGL 0.6.1 documentation
My graph is homogeneous, one link type, one node type.
My question is: could I just sage some part of the nodes during training? I have 80000 nodes, but I would need to modify node embeddings from index 40000 to 80000.
Is this possible?
Thanks.