Skip to content

Commit

Permalink
Merge pull request #90 from rllm-team/yanjiashuo-patch-1-10
Browse files Browse the repository at this point in the history
Update neighbor_sampler.py
  • Loading branch information
yanjiashuo authored Sep 9, 2024
2 parents 741d7cc + 118a0da commit c28daae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rllm/sampler/neighbor_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

import torch
from torch import Tensor
from torch_sparse import SparseTensor

from rllm.utils.sparse import is_torch_sparse_tensor

class NeighborSampler(torch.utils.data.DataLoader):
r"""The neighbor sampler from the `"Inductive Representation Learning on
Expand Down

0 comments on commit c28daae

Please sign in to comment.