You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Graphormers on a large graph dataset for pretraining and am currently preprocessing subgraphs for each node. But before I do that, I would be interested to hear how Graphormers scales with regards to edges. In the paper, they only mention it scales quadratically to nodes as a result of attention. Moreover, in the Huggingface documentation they say it typically cannot handle more than $100$nodes/edges.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using Graphormers on a large graph dataset for pretraining and am currently preprocessing subgraphs for each node. But before I do that, I would be interested to hear how Graphormers scales with regards to edges. In the paper, they only mention it scales quadratically to nodes as a result of attention. Moreover, in the Huggingface documentation they say it typically cannot handle more than$100$ nodes/edges.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions