CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
220 stars 46 forks source link

First draft GPS conv layer #355

Open abieler opened 9 months ago

abieler commented 9 months ago

This is only first "mock" version of a GPSConv layer to see if we would want it in the Repo in that form.

Let me know what you think and I can adjust / keep going from here.

Close #351

CarloLucibello commented 9 months ago

Thanks, this is a nice start. A few comments:

abieler commented 9 months ago

Thanks for the comments. I'll be going over the authors codebase > paper > pytorch implementation for implementation details for the next version

i.e.