Skip to content

Commit

Permalink
raw strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mananshah99 committed Sep 13, 2022
1 parent a49d967 commit f92f263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torch_geometric/loader/link_neighbor_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class LinkNeighborLoader(LinkLoader):
"""A link-based data loader derived as an extension of the node-based
r"""A link-based data loader derived as an extension of the node-based
:class:`torch_geometric.loader.NeighborLoader`.
This loader allows for mini-batch training of GNNs on large-scale graphs
where full-batch training is not feasible.
Expand Down
2 changes: 1 addition & 1 deletion torch_geometric/loader/neighbor_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class NeighborLoader(NodeLoader):
"""A data loader that performs neighbor sampling as introduced in the
r"""A data loader that performs neighbor sampling as introduced in the
`"Inductive Representation Learning on Large Graphs"
<https://arxiv.org/abs/1706.02216>`_ paper.
This loader allows for mini-batch training of GNNs on large-scale graphs
Expand Down

0 comments on commit f92f263

Please sign in to comment.