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

Pytorch Sparse tensor support: ClusterGCN, SAGEConv, AGNNConv, APPNP, and FeaStConv #6874

Merged
merged 10 commits into from
Mar 8, 2023

Conversation

EdisonLeeeee
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #6874 (ac1f6cd) into master (97c1a53) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #6874   +/-   ##
=======================================
  Coverage   91.52%   91.53%           
=======================================
  Files         427      427           
  Lines       23160    23170   +10     
=======================================
+ Hits        21198    21208   +10     
  Misses       1962     1962           
Impacted Files Coverage Δ
torch_geometric/nn/conv/appnp.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/cluster_gcn_conv.py 100.00% <100.00%> (ø)
torch_geometric/utils/loop.py 100.00% <100.00%> (ø)

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

torch_geometric/nn/conv/cluster_gcn_conv.py Outdated Show resolved Hide resolved
torch_geometric/utils/loop.py Outdated Show resolved Hide resolved
EdisonLeeeee and others added 3 commits March 8, 2023 17:19
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
@rusty1s rusty1s merged commit af37b96 into master Mar 8, 2023
@rusty1s rusty1s deleted the sparse_tensor branch March 8, 2023 11:04
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

2 participants