Skip to content

Commit

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

import torch
from torch import Tensor
from torch_sparse import SparseTensor
#from torch_sparse import SparseTensor

from rllm.utils.sparse import is_torch_sparse_tensor
#from rllm.utils.sparse import is_torch_sparse_tensor


class NeighborSampler(torch.utils.data.DataLoader):
Expand Down

0 comments on commit 1eff54f

Please sign in to comment.