cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FIX] Correct PyG+cuGraph Validation Sampling Behavior

Open alexbarghi-nv opened this issue 2 years ago • 1 comments

Current version of PyG+cuGraph validates on samples rather than the complete neighborhood. This is not correct for the general use case. The neighbor_sample method should be updated to support the validation case.

alexbarghi-nv avatar Jul 19 '22 15:07 alexbarghi-nv

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] avatar Aug 18 '22 16:08 github-actions[bot]

This has been resolved with the latest updates to the sampling API.

alexbarghi-nv avatar Jan 25 '23 05:01 alexbarghi-nv