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

Support edge weights in GCNConv #76

Merged
merged 11 commits into from
Dec 11, 2021
Merged

Support edge weights in GCNConv #76

merged 11 commits into from
Dec 11, 2021

Conversation

CarloLucibello
Copy link
Member

@CarloLucibello CarloLucibello commented Dec 8, 2021

Fix #40

@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #76 (ce10af3) into master (5d53d05) will decrease coverage by 0.53%.
The diff coverage is 91.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   81.53%   81.00%   -0.54%     
==========================================
  Files          13       13              
  Lines         899      979      +80     
==========================================
+ Hits          733      793      +60     
- Misses        166      186      +20     
Impacted Files Coverage Δ
src/GNNGraphs/convert.jl 79.04% <86.66%> (-9.98%) ⬇️
src/layers/conv.jl 75.00% <87.50%> (-0.32%) ⬇️
src/GNNGraphs/transform.jl 95.09% <90.00%> (-0.51%) ⬇️
src/GNNGraphs/query.jl 91.33% <95.00%> (+3.43%) ⬆️
src/msgpass.jl 85.29% <100.00%> (+1.96%) ⬆️
src/GNNGraphs/gnngraph.jl 60.93% <0.00%> (-3.00%) ⬇️
src/utils.jl 76.27% <0.00%> (+0.40%) ⬆️
... and 2 more

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 5d53d05...ce10af3. Read the comment docs.

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.

add support to edge weight in GCNConv
1 participant