-
Notifications
You must be signed in to change notification settings - Fork 310
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
[REVIEW]Uniform neighbor sample #2450
[REVIEW]Uniform neighbor sample #2450
Conversation
source=src_n, | ||
destination=dst_n, | ||
edge_attr="weight", | ||
renumber=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May need to switch to renumber=True
.
See issue: #2446
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renumber=True.
still is causing errors. Todo: Raise a MRE without it and comment to the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
legacy_renum_only=True
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a comment and a couple of minor suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine; just make sure all the subgraphs are being created with legacy_renum_only=True
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2450 +/- ##
=================================================
+ Coverage 23.10% 61.22% +38.11%
=================================================
Files 106 106
Lines 5539 5568 +29
=================================================
+ Hits 1280 3409 +2129
+ Misses 4259 2159 -2100
Continue to review full report at Codecov.
|
@gpucibot rerun tests |
…i#2473) Updated imports to be compatible with latest version of cupy and also changed corresponding scipy imports for consistency. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: rapidsai#2473
rerun tests #2473 was merged which should resolve test failures. |
Removing |
@gpucibot rerun tests There might be some weirdness around sampling on different CUDA versions. Testing it. Lets hold of merging even if CI is passing. |
@gpucibot rerun tests Rerunning cause the 17:37:26 Download error (28) Timeout was reached [https://conda.anaconda.org/rapidsai-nightly/linux-64/dask-cuda-22.08.00a220801-py39_g283a087_32.tar.bz2]
17:37:26 SSL connection timeout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests and code look good. I did file this so we can address the FIXME
s ASAP in 22.10
@gpucibot merge |
This PR switches
cugraphstore
to use uniform neighbor sampling.Opening this in favor of #2426