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

Custom Norm Func for GCNConv #356

Merged
merged 7 commits into from
Jan 6, 2024
Merged

Conversation

rbSparky
Copy link
Contributor

@rbSparky rbSparky commented Jan 1, 2024

Fixes issue Issue #277

  • Added custom norm fn
  • Changed tests

src/layers/conv.jl Outdated Show resolved Hide resolved
src/layers/conv.jl Outdated Show resolved Hide resolved
@CarloLucibello
Copy link
Member

Thanks, this looks nice. The docstring should better specify how the norm function is used though.

rbSparky and others added 3 commits January 5, 2024 16:02
Shorter fn name

Co-authored-by: Carlo Lucibello <[email protected]>
Shorter fn name

Co-authored-by: Carlo Lucibello <[email protected]>
@rbSparky
Copy link
Contributor Author

rbSparky commented Jan 5, 2024

Thanks, this looks nice. The docstring should better specify how the norm function is used though.

Done

@CarloLucibello
Copy link
Member

tests are not passing

@rbSparky
Copy link
Contributor Author

rbSparky commented Jan 5, 2024

tests are not passing

Seems like in the Julia nightly release, there is some issue that seems to be unrelated to the change:

ERROR: The following 2 direct dependencies failed to precompile:
cuDNN [02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd]

I suppose that it would be enough to get the Julia 1 - ubuntu-latest tests to pass?

@CarloLucibello CarloLucibello merged commit 25b0323 into JuliaGraphs:master Jan 6, 2024
2 of 3 checks passed
@rbSparky rbSparky deleted the Issue-#277 branch January 6, 2024 14:39
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