rampasek / GraphGPS

Recipe for a General, Powerful, Scalable Graph Transformer
MIT License
643 stars 114 forks source link

Is there a vanilla implementation without graphgym #36

Closed shubhamguptaiitd closed 8 months ago

shubhamguptaiitd commented 11 months ago

Use of graphgym has made it very difficult to change and understand code. Does there exist an vanilla implementation without use of graphgym

migalkin commented 11 months ago

The reference implementation is here in this repo. Alternatively, you might want to have a look at the re-implementation GPSConv layer in PyG and its basic tutorial on using GPS