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
5a8b5eac
Commit
5a8b5eac
authored
Jun 07, 2021
by
rusty1s
Browse files
typo
parent
3e7d0d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/train_gcn.py
examples/train_gcn.py
+2
-2
No files found.
examples/train_gcn.py
View file @
5a8b5eac
...
...
@@ -4,8 +4,8 @@ import torch
from
torch_geometric.nn.conv.gcn_conv
import
gcn_norm
from
torch_geometric_autoscale.models
import
GCN
from
torch_geometric_autoscale
import
(
get_data
,
metis
,
permute
,
SubgraphLoader
,
compute_acc
)
from
torch_geometric_autoscale
import
metis
,
permute
,
SubgraphLoader
from
torch_geometric_autoscale
import
get_data
,
compute_acc
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'--root'
,
type
=
str
,
required
=
True
,
...
...
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