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

Add support for sparse CSR tensors in gcn_norm #6957

Merged
merged 6 commits into from
Mar 18, 2023
Merged

Add support for sparse CSR tensors in gcn_norm #6957

merged 6 commits into from
Mar 18, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Mar 18, 2023

No description provided.

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #6957 (6700d4a) into master (9bda455) will decrease coverage by 0.03%.
The diff coverage is 90.69%.

@@            Coverage Diff             @@
##           master    #6957      +/-   ##
==========================================
- Coverage   91.45%   91.43%   -0.03%     
==========================================
  Files         429      429              
  Lines       23357    23391      +34     
==========================================
+ Hits        21361    21387      +26     
- Misses       1996     2004       +8     
Impacted Files Coverage Δ
torch_geometric/utils/sparse.py 86.30% <70.83%> (-6.81%) ⬇️
torch_geometric/nn/conv/cluster_gcn_conv.py 98.43% <96.29%> (-1.57%) ⬇️
torch_geometric/nn/conv/appnp.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/fa_conv.py 95.06% <100.00%> (+0.06%) ⬆️
torch_geometric/nn/conv/gat_conv.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/gcn_conv.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@rusty1s rusty1s merged commit b677b54 into master Mar 18, 2023
@rusty1s rusty1s deleted the gcn_norm branch March 18, 2023 20:42
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.

None yet

1 participant