CarloLucibello / GraphNeuralNetworks.jl

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

Add SGConv support for HeteroGraphConv #383

Closed rbSparky closed 4 months ago

rbSparky commented 4 months ago

Covers Issue #311

rbSparky commented 4 months ago

Some tests fail, will fix

CarloLucibello commented 4 months ago

this is taking code from #399, so @askorupka should be duly credited. I can add her to the commit message when this will be merged. It is not ready to go though, the code is still broken.

rbSparky commented 4 months ago

Will fix(small error in tests) and add @askorupka to next commit message! Since the initial implementation was also based on PR #367 which is hers