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
dgl
Commits
2ae891a7
Unverified
Commit
2ae891a7
authored
Apr 26, 2021
by
Mufei Li
Committed by
GitHub
Apr 26, 2021
Browse files
Update main.py (#2872)
parent
756fdd8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/pytorch/ogb_lsc/PCQM4M/main.py
examples/pytorch/ogb_lsc/PCQM4M/main.py
+2
-2
No files found.
examples/pytorch/ogb_lsc/PCQM4M/main.py
View file @
2ae891a7
...
...
@@ -113,8 +113,8 @@ def main():
help
=
'input batch size for training (default: 256)'
)
parser
.
add_argument
(
'--epochs'
,
type
=
int
,
default
=
100
,
help
=
'number of epochs to train (default: 100)'
)
parser
.
add_argument
(
'--num_workers'
,
type
=
int
,
default
=
4
,
help
=
'number of workers (default:
4
)'
)
parser
.
add_argument
(
'--num_workers'
,
type
=
int
,
default
=
0
,
help
=
'number of workers (default:
0
)'
)
parser
.
add_argument
(
'--log_dir'
,
type
=
str
,
default
=
""
,
help
=
'tensorboard log directory. If not specified, '
'tensorboard will not be used.'
)
...
...
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