Closed VibhuJawa closed 6 months ago
Should this be the default behavior for sampling, or an optional behavior we control with a flag? I'm fine with either, but we should decide. @VibhuJawa @alexbarghi-nv
Should this be the default behavior for sampling, or an optional behavior we control with a flag? I'm fine with either, but we should decide. @VibhuJawa @alexbarghi-nv
My vote is a flag to prevent the behavior change for non GNN use cases of sampling.
I don't think we need this? We're adopting the new approach in PLC where we can pass in a vertex list which takes care of the isolated vertex issue. I've confirmed it works with PyG.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Critical (currently preventing usage)
Please provide a clear description of problem this feature solves
To support inference use cases and graphs with isolated vertices we need to allow the ability to not fail on
cugraph.uniform_neighbor_sample
.Describe your ideal solution
Below Fails:
What i expect:
We give no results for that case
Describe any alternatives you have considered
TODO: Get a DGL example
Additional context
No response
Code of Conduct