-
Hi @rusty1s , How to sample positive (one hop away) and negative nodes with I want to perform unsupervised training by keeping the embeddings of positive nodes closer to the center nodes, and push embeddings of negative samples away. In the previous versions, it was possible to do it via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think this is exactly what our |
Beta Was this translation helpful? Give feedback.
I think this is exactly what our
graph_sage_unsup.py
example is doing, so please take a look. I don't think you can sample negative nodes without sampling negative edges?