Skip to content

Commit

Permalink
Merge branch 'master' into qm9-smiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Aug 10, 2023
2 parents 43d8ab2 + c80d578 commit f045982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_geometric/nn/models/basic_gnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ def forward( # noqa
by the underlying GNN layer). (default: :obj:`None`)
num_sampled_nodes_per_hop (List[int], optional): The number of
sampled nodes per hop.
Useful in :class:~torch_geometric.loader.NeighborLoader`
Useful in :class:`~torch_geometric.loader.NeighborLoader`
scenarios to only operate on minimal-sized representations.
(default: :obj:`None`)
num_sampled_edges_per_hop (List[int], optional): The number of
sampled edges per hop.
Useful in :class:~torch_geometric.loader.NeighborLoader`
Useful in :class:`~torch_geometric.loader.NeighborLoader`
scenarios to only operate on minimal-sized representations.
(default: :obj:`None`)
"""
Expand Down

0 comments on commit f045982

Please sign in to comment.