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 have a list of graphs on which I want to perform node classification task. Each graph has nodes, node attributes, edges and associated labels for each node. Any guidelines on how to train this dataset?
#18
Open
clydebailey opened this issue
Apr 23, 2024
· 1 comment
The text was updated successfully, but these errors were encountered:
clydebailey
changed the title
I have a list of graphs on which I want to perform node classification task. Any guidelines on how to create a dataset for such a dataset?
I have a list of graphs on which I want to perform node classification task. Each graph has nodes, node attributes, edges and associated labels for each node. Any guidelines on how to train this dataset?
Apr 23, 2024
Hi, we release an extended version of our follow-up work DIFFormer to accommodate a batch of graphs as input. The implementation allows for graphs with different sizes that are disconnected (the global attentions are computed within nodes in each graph). See the model implementation here https://github.com/qitianwu/DIFFormer/blob/extension/physical%20particle/difformer-v2.py
The extension for NodeFormer can be done in a similar way as DIFFormer.
No description provided.
The text was updated successfully, but these errors were encountered: