CarloLucibello / GraphNeuralNetworks.jl

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

fix: SGConv layer fixes after implementing support for GNNHeteroGraph #415

Closed askorupka closed 3 months ago

askorupka commented 3 months ago

This PR introduces some optimizations and fixes for SGConv.

Fix:

Optimizations:

askorupka commented 3 months ago

closing as per above discussion with @CarloLucibello, SGConv layer GNNHeteroGraph support to be removed by me.