Commit edf18c04 authored by rusty1s's avatar rusty1s
Browse files

typo

parent f2d76760
...@@ -35,7 +35,6 @@ class ScalableGNN(torch.nn.Module): ...@@ -35,7 +35,6 @@ class ScalableGNN(torch.nn.Module):
buffer_size (int, optional): The size of pinned CPU buffers, i.e. the buffer_size (int, optional): The size of pinned CPU buffers, i.e. the
maximum number of out-of-mini-batch nodes pulled at once. maximum number of out-of-mini-batch nodes pulled at once.
Needs to be set in order to make use of asynchronous memory Needs to be set in order to make use of asynchronous memory
transfers.
transfers. (default: :obj:`None`) transfers. (default: :obj:`None`)
""" """
def __init__(self, num_nodes: int, hidden_channels: int, num_layers: int, def __init__(self, num_nodes: int, hidden_channels: int, num_layers: int,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment