"docs/source/api/vscode:/vscode.git/clone" did not exist on "3f958d7c6ae82405aa782472e7611d3e4b065b17"
Commit edf18c04 authored by rusty1s's avatar rusty1s
Browse files

typo

parent f2d76760
......@@ -35,7 +35,6 @@ class ScalableGNN(torch.nn.Module):
buffer_size (int, optional): The size of pinned CPU buffers, i.e. the
maximum number of out-of-mini-batch nodes pulled at once.
Needs to be set in order to make use of asynchronous memory
transfers.
transfers. (default: :obj:`None`)
"""
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