CarloLucibello / GraphNeuralNetworks.jl

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

fix: remove SGConv GNNHeteroGraph support #416

Closed askorupka closed 3 months ago

askorupka commented 3 months ago

This PR removes GNNHeteroGraph support for SGConv layer as per discussion here https://github.com/CarloLucibello/GraphNeuralNetworks.jl/pull/415

This is due to the fact that looping mechanism makes SGConv layer not stable enough for GNNHeteroGraph support.