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

implement ResGatedGraphConv and support Parallel in GNNChain #46

Merged
merged 6 commits into from
Sep 23, 2021

Conversation

CarloLucibello
Copy link
Member

cc @r3tex

@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #46 (1bfb633) into master (3585cca) will decrease coverage by 0.75%.
The diff coverage is 70.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   79.82%   79.06%   -0.76%     
==========================================
  Files           7        7              
  Lines         570      602      +32     
==========================================
+ Hits          455      476      +21     
- Misses        115      126      +11     
Impacted Files Coverage Δ
src/layers/basic.jl 39.13% <33.33%> (-0.87%) ⬇️
src/layers/conv.jl 72.22% <72.72%> (-0.66%) ⬇️
src/utils.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3585cca...1bfb633. Read the comment docs.

@CarloLucibello CarloLucibello merged commit 51cd1e9 into master Sep 23, 2021
@r3tex
Copy link

r3tex commented Sep 24, 2021

FYI - you included double parentheses around the link to the paper so it doesn't redirect correctly.

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