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

Split for OGBDatasets #172

Merged
merged 7 commits into from
Oct 4, 2022
Merged

Split for OGBDatasets #172

merged 7 commits into from
Oct 4, 2022

Conversation

Dsantra92
Copy link
Collaborator

@Dsantra92 Dsantra92 commented Sep 3, 2022

The pr adds support for simple graph link split (#107) as well as support for splits in Heterogeneous OGB Datasets.

Need Fixing before merge: #167

@Dsantra92
Copy link
Collaborator Author

Tests and some fixes are left.

@Dsantra92 Dsantra92 linked an issue Sep 3, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Sep 3, 2022

Codecov Report

Merging #172 (5af4f34) into master (c859843) will increase coverage by 4.10%.
The diff coverage is 68.67%.

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   33.01%   37.12%   +4.10%     
==========================================
  Files          41       42       +1     
  Lines        2084     2182      +98     
==========================================
+ Hits          688      810     +122     
+ Misses       1396     1372      -24     
Impacted Files Coverage Δ
src/datasets/graphs/ogbdataset.jl 82.36% <68.67%> (+25.09%) ⬆️
src/datasets/graphs/polblogs.jl 84.21% <0.00%> (-5.27%) ⬇️
src/datasets/vision/emnist.jl 5.00% <0.00%> (-5.00%) ⬇️
src/datasets/graphs/reddit.jl 2.12% <0.00%> (-2.13%) ⬇️
src/datasets/graphs/tudataset.jl 1.36% <0.00%> (-1.37%) ⬇️
src/datasets/vision/cifar10.jl 1.20% <0.00%> (-1.21%) ⬇️
src/datasets/vision/cifar100.jl 1.20% <0.00%> (-1.21%) ⬇️
src/abstract_datasets.jl 21.87% <0.00%> (-0.71%) ⬇️
src/datasets/graphs/movielens.jl 0.36% <0.00%> (-0.37%) ⬇️
src/MLDatasets.jl 100.00% <0.00%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Dsantra92
Copy link
Collaborator Author

The split for heterogeneous datasets with edge-level tasks needs to be addressed. Now that I have had the chance to think about it, I really don't want to change HeteroGraph API.

@CarloLucibello
Copy link
Member

Can we add a test with the dataset mentioned in #107 (comment)?

The split for heterogeneous datasets with edge-level tasks needs to be addressed.

it can be done in a separate PR if it is too involved

@Dsantra92
Copy link
Collaborator Author

Merge #170 before this

@Dsantra92
Copy link
Collaborator Author

I think we are in a good position to merge this @CarloLucibello

@CarloLucibello CarloLucibello merged commit 0d91bfe into JuliaML:master Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

load torch tensors in OGBDatasets
3 participants