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
"docs/source/api/vscode:/vscode.git/clone" did not exist on "3f958d7c6ae82405aa782472e7611d3e4b065b17"
Commit
edf18c04
authored
Jun 09, 2021
by
rusty1s
Browse files
typo
parent
f2d76760
Changes
1
Hide 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):
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
,
...
...
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