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

Added edge weight support to LightGCN #7157

Merged
merged 4 commits into from
Apr 11, 2023
Merged

Added edge weight support to LightGCN #7157

merged 4 commits into from
Apr 11, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Apr 11, 2023

No description provided.

@github-actions github-actions bot added the nn label Apr 11, 2023
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #7157 (46a3926) into master (2d8af8f) will decrease coverage by 0.43%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #7157      +/-   ##
==========================================
- Coverage   91.72%   91.30%   -0.43%     
==========================================
  Files         437      437              
  Lines       24001    23998       -3     
==========================================
- Hits        22016    21911     -105     
- Misses       1985     2087     +102     
Impacted Files Coverage Δ
torch_geometric/nn/models/lightgcn.py 94.87% <100.00%> (ø)

... and 21 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s merged commit 7be8876 into master Apr 11, 2023
12 checks passed
@rusty1s rusty1s deleted the edge_weight_light_gcn branch April 11, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edge weight in the LightGCN implementation in torch_geometric.nn.models.lightgcn does not work
1 participant