-
Hi, I'm training graphSAGE in unsupervised manner to get node representations In examples/graph_sage_unsup.py ,
Does |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 21, 2021
Replies: 1 comment
-
Yes, it will return the final node embeddings for all nodes in your graph (without any sampling). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rehmliang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it will return the final node embeddings for all nodes in your graph (without any sampling).