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: DNAConv, EdgeConv, EGConv, and FAConv #6748

Merged
merged 13 commits into from
Feb 19, 2023

Conversation

EdisonLeeeee
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 18, 2023

Codecov Report

Merging #6748 (26f1407) into master (5d9a53d) will increase coverage by 0.00%.
The diff coverage is 83.33%.

@@           Coverage Diff           @@
##           master    #6748   +/-   ##
=======================================
  Coverage   89.21%   89.22%           
=======================================
  Files         425      425           
  Lines       23103    23107    +4     
=======================================
+ Hits        20612    20617    +5     
+ Misses       2491     2490    -1     
Impacted Files Coverage Δ
torch_geometric/nn/conv/fa_conv.py 95.00% <83.33%> (+0.26%) ⬆️
torch_geometric/nn/conv/dna_conv.py 99.27% <0.00%> (+0.72%) ⬆️

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

@rusty1s rusty1s changed the title Pytorch Sparse tensor support: DNAConv, EdgeConv, EGConv, and FAConv. Pytorch Sparse tensor support: DNAConv, EdgeConv, EGConv, and FAConv Feb 19, 2023
@rusty1s rusty1s merged commit 6fdc05c into master Feb 19, 2023
@rusty1s rusty1s deleted the sparse_tensor branch February 19, 2023 15: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.

None yet

2 participants