Replies: 2 comments
-
I don't think there is a need to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is GraphSAGE, sensitive on setting a specific parameter so its performance gets better then? I wanted to use weights for the edges of my Graphs but I was not able to use them for GraphSAGE. It seems it doesn't support edge weights. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have multiple graphs and I want to train a GraphSAGE model on them and then test and evaluate on some other graphs. here is my code to make a graphSAGE:
Now my question is how should I use NeighborLoader to train my model?
Beta Was this translation helpful? Give feedback.
All reactions