-
Is there a community code on how to use positional encodings (RWPE or LEPE) on a molecular properties prediction set, like ZINC. Also, is there any resource where I can learn how to implement a custom PE from scratch? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Feb 1, 2023
Replies: 1 comment
-
The only example that makes use of positional encodings can be found in https://github.com/pyg-team/pytorch_geometric/blob/master/examples/graph_gps.py, but it is not yet performing that well :( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pgniewko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only example that makes use of positional encodings can be found in https://github.com/pyg-team/pytorch_geometric/blob/master/examples/graph_gps.py, but it is not yet performing that well :(