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 PyTorch SparseTensor support for SGConv, SSGConv and TAGConv #6514

Merged
merged 3 commits into from
Jan 26, 2023

Conversation

EdisonLeeeee
Copy link
Contributor

For the roadmap #5867

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Merging #6514 (34e519a) into master (a7a5fd2) will decrease coverage by 1.74%.
The diff coverage is 92.30%.

@@            Coverage Diff             @@
##           master    #6514      +/-   ##
==========================================
- Coverage   87.42%   85.68%   -1.74%     
==========================================
  Files         406      406              
  Lines       22694    22662      -32     
==========================================
- Hits        19840    19418     -422     
- Misses       2854     3244     +390     
Impacted Files Coverage Δ
torch_geometric/explain/metric/fidelity.py 100.00% <ø> (ø)
torch_geometric/explain/algorithm/utils.py 96.77% <75.00%> (-3.23%) ⬇️
torch_geometric/nn/conv/sg_conv.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/ssg_conv.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/tag_conv.py 100.00% <100.00%> (ø)
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 17.84% <0.00%> (-49.66%) ⬇️
torch_geometric/visualization/graph.py 68.25% <0.00%> (-26.99%) ⬇️
torch_geometric/profile/profile.py 33.33% <0.00%> (-25.39%) ⬇️
torch_geometric/nn/conv/utils/typing.py 83.75% <0.00%> (-15.00%) ⬇️
... and 36 more

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

@rusty1s rusty1s merged commit 77693c9 into master Jan 26, 2023
@rusty1s rusty1s deleted the sparse_tensor branch January 26, 2023 08:52
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

3 participants