You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support biased sampling in cuGraph-DGL by properly handling the prob argument to cugraph_dgl.dataloading.NeighborSampler. Should properly construct a graph with the correct edge weights and call biased neighbor sampling instead of uniform neighbor sampling.
The text was updated successfully, but these errors were encountered:
Support biased sampling in cuGraph-DGL by properly handling the
prob
argument tocugraph_dgl.dataloading.NeighborSampler
. Should properly construct a graph with the correct edge weights and call biased neighbor sampling instead of uniform neighbor sampling.The text was updated successfully, but these errors were encountered: