Testing samplers on node classification task #5229
Unanswered
MichaelHopwood
asked this question in
Q&A
Replies: 1 comment
-
The For the |
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.
-
Was hoping to get some feedback as I am new to this library (awesome work btw!!).
I adapted the
benchmark/citation/
code to test out different training techniques on a node classification task.I added some code which defines the train_loader and utilizes it for batching the training.
I then look at the results when using these different samplers, as well as comparing it to training without batching (the default
benchmark/citation/
run_train
method).I'm seeing poor results when using
LinkNeighborLoader
so I assume there's a gap in my knowledge or something wrong with my implementation.Beta Was this translation helpful? Give feedback.
All reactions