leffff/graphormer-pyg

Add [VNode]

Opened this issue ยท 4 comments

leffff commented
Add [VNode]

Hi leffff, I'm wondering if you have implemented the VNode readout?

It's my understanding that the VNode is what enables graph classification tasks. Without the VNode is whole-graph classification still possible with your model?

Thanks

Hi!
Well, unfortunately I haven't :(
However you can still use any invariant aggregation function, like mean/max/min to pool your node embeddings into a graph embedding!

I plan on adding it!

Thanks for the quick response leffff, I'll try mean pooling for my project :).

Good luck with adding the VNode, I know in the paper they say it can produce a significant performance uplift.

Thanks

Looking forward to the updating of VNode.