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 predict_dataloader in LightningNodeData #4884

Merged
merged 8 commits into from
Jun 29, 2022

Conversation

wangbingnan136
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #4884 (37b6d91) into master (9fc80f3) will decrease coverage by 1.88%.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##           master    #4884      +/-   ##
==========================================
- Coverage   84.64%   82.76%   -1.89%     
==========================================
  Files         329      329              
  Lines       17707    17709       +2     
==========================================
- Hits        14988    14656     -332     
- Misses       2719     3053     +334     
Impacted Files Coverage Δ
torch_geometric/data/lightning_datamodule.py 37.50% <20.00%> (-0.77%) ⬇️
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 14.51% <0.00%> (-53.00%) ⬇️
torch_geometric/nn/conv/utils/typing.py 81.25% <0.00%> (-17.50%) ⬇️
torch_geometric/nn/inits.py 67.85% <0.00%> (-7.15%) ⬇️
torch_geometric/nn/resolver.py 86.04% <0.00%> (-6.98%) ⬇️
torch_geometric/io/tu.py 93.90% <0.00%> (-2.44%) ⬇️
torch_geometric/nn/models/mlp.py 98.52% <0.00%> (-1.48%) ⬇️
torch_geometric/transforms/gdc.py 78.17% <0.00%> (-1.02%) ⬇️
torch_geometric/data/dataset.py 96.80% <0.00%> (-0.80%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9fc80f3...37b6d91. Read the comment docs.

@rusty1s rusty1s changed the title Add support for predict_dataloader in lightningnodedata Add support for predict_dataloader in LightningNodeData Jun 29, 2022
Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@wangbingnan136
Copy link
Contributor Author

My pleasure!

@rusty1s rusty1s merged commit 65ab1e0 into pyg-team:master Jun 29, 2022
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.

2 participants