pyg-team/pytorch_geometric
GitHub ã§èŠãGraph Positional and Structural Encoder
Open
#8,310 opened on 2023幎11æ1æ¥
featuregood first issuehelp wantednn
Repository metrics
- Stars
- Â (19,985 stars)
- PR merge metrics
-  (å¹³åããŒãž 35d 1h) (30d ã§ 14 merged PRs)
説æ
ð The feature, motivation and pitch
It would be great to add the "GPSE" (Graph Positional and Structural Encoder) module to PyG, which acts as a trained encoder for Graph Transformers. Most importantly, we should support loading pre-trained encoders and provide them to the user, e.g., via
encoder = GPSE.from_pretrained("molpcba")
Code: https://github.com/G-Taxonomy-Workgroup/GPSE Paper: https://arxiv.org/abs/2307.07107 Twitter: https://twitter.com/RemyLau3/status/1717194030986190899
Any help on this is highly appreciated :)
Alternatives
No response
Additional context
No response