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 batch_size argument to unbatch functionalities #7851

Merged
merged 2 commits into from
Aug 5, 2023
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Aug 5, 2023

No description provided.

@rusty1s rusty1s requested a review from wsad1 as a code owner August 5, 2023 08:31
@github-actions github-actions bot added the utils label Aug 5, 2023
@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Merging #7851 (5f46c7c) into master (a2bc6c3) will decrease coverage by 0.64%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #7851      +/-   ##
==========================================
- Coverage   90.44%   89.81%   -0.64%     
==========================================
  Files         456      456              
  Lines       26397    26394       -3     
==========================================
- Hits        23874    23705     -169     
- Misses       2523     2689     +166     
Files Changed Coverage Δ
torch_geometric/utils/unbatch.py 100.00% <100.00%> (ø)

... and 31 files with indirect coverage changes

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

@rusty1s rusty1s merged commit ca5311c into master Aug 5, 2023
@rusty1s rusty1s deleted the unbatch_batchsize branch August 5, 2023 08:41
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.

unbatch_edge_index returns less splits than number of batches
1 participant