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

faster batching #122

Merged
merged 7 commits into from
Jan 29, 2022
Merged

faster batching #122

merged 7 commits into from
Jan 29, 2022

Conversation

CarloLucibello
Copy link
Member

@CarloLucibello CarloLucibello commented Jan 29, 2022

continuation of #100

close #99

@codecov
Copy link

codecov bot commented Jan 29, 2022

Codecov Report

Merging #122 (f477827) into master (66b26df) will increase coverage by 0.58%.
The diff coverage is 97.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   83.29%   83.87%   +0.58%     
==========================================
  Files          15       15              
  Lines        1209     1222      +13     
==========================================
+ Hits         1007     1025      +18     
+ Misses        202      197       -5     
Impacted Files Coverage Δ
src/GNNGraphs/utils.jl 73.46% <93.33%> (+3.35%) ⬆️
src/GNNGraphs/transform.jl 96.71% <100.00%> (+0.73%) ⬆️
src/utils.jl 75.86% <0.00%> (-0.41%) ⬇️
src/GNNGraphs/convert.jl 89.74% <0.00%> (-0.34%) ⬇️
src/GNNGraphs/query.jl 92.94% <0.00%> (-0.05%) ⬇️
src/GNNGraphs/sampling.jl 100.00% <0.00%> (ø)
src/layers/conv.jl 76.79% <0.00%> (+0.17%) ⬆️
src/GNNGraphs/gnngraph.jl 77.61% <0.00%> (+3.32%) ⬆️

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 66b26df...f477827. Read the comment docs.

@CarloLucibello
Copy link
Member Author

close

@CarloLucibello CarloLucibello merged commit be95629 into master Jan 29, 2022
@CarloLucibello CarloLucibello deleted the tclements/master branch March 23, 2022 07:55
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.

batching scales quadratically
2 participants