NeighborLoader and layers, mismatch in size #10338
Unanswered
TheDugCoding
asked this question in
Q&A
Replies: 0 comments
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.
-
I was trying to do hyperparameter tuning on a GraphSAGE, and one of the combinations was with layers and neighbor size.
I ended up with this neighbor size [15, 30], but the best hyperparameter for the layers was 4. Shouldn't the library throw an error in this case? What is the behavior of the model after the second layer?
Beta Was this translation helpful? Give feedback.
All reactions