Replies: 1 comment
-
You should be able to compare aggregation functions by doing a hyperparameter search over |
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.
-
I see that pyg already has a great framework for comparing specific portions of a GNN: https://github.com/snap-stanford/GraphGym#4-user-customization
I don't see a way to compare aggregation functions. Is there a way to compare new aggregation function against
sum
ormean
?Beta Was this translation helpful? Give feedback.
All reactions