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 disjoint sampling in the cuGraph-PyG loaders as specified by the PyG API. Disjoint sampling is used to sample a separate tree per seed and avoid information bleed. It is used with GraphTransformer models, and some temporal models.