Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
pyg_autoscale
Commits
edf18c04
"vscode:/vscode.git/clone" did not exist on "ba1bfac20b55efe0eee8b8b470110201941acf70"
Commit
edf18c04
authored
Jun 09, 2021
by
rusty1s
Browse files
typo
parent
f2d76760
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
torch_geometric_autoscale/models/base.py
torch_geometric_autoscale/models/base.py
+0
-1
No files found.
torch_geometric_autoscale/models/base.py
View file @
edf18c04
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment