Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GNNLux] Added SGConv #475

Merged
merged 5 commits into from
Aug 1, 2024
Merged

Conversation

rbSparky
Copy link
Contributor

@rbSparky rbSparky commented Aug 1, 2024

Adding conv layer according to plan for GNNLux

@rbSparky
Copy link
Contributor Author

rbSparky commented Aug 1, 2024

Fixing tests

edit: Is this fine?

@CarloLucibello CarloLucibello merged commit 0a23ffa into JuliaGraphs:master Aug 1, 2024
4 of 7 checks passed
Comment on lines +564 to +567
(l::SGConv)(g, x, ps, st; conv_weight=nothing, edge_weight=nothing) =
l(g, x, edge_weight, ps, st; conv_weight)

function (l::SGConv)(g, x, edge_weight, ps, st;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this actually should be

(l::SGConv)(g, x, ps, st) = l(g, x, nothing, ps, st)

function (l::SGConv)(g, x, edge_weight, ps, st)

Fixed it in #471

@CarloLucibello CarloLucibello mentioned this pull request Aug 2, 2024
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants