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
Fairseq
Commits
8bd8ec8f
Commit
8bd8ec8f
authored
Sep 07, 2018
by
Myle Ott
Browse files
Update LM test with --no-c10d
parent
f66e9cb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_binaries.py
tests/test_binaries.py
+1
-0
No files found.
tests/test_binaries.py
View file @
8bd8ec8f
...
@@ -292,6 +292,7 @@ def train_language_model(data_dir, arch):
...
@@ -292,6 +292,7 @@ def train_language_model(data_dir, arch):
'--max-epoch'
,
'1'
,
'--max-epoch'
,
'1'
,
'--no-progress-bar'
,
'--no-progress-bar'
,
'--distributed-world-size'
,
'1'
,
'--distributed-world-size'
,
'1'
,
'--no-c10d'
,
],
],
)
)
train
.
main
(
train_args
)
train
.
main
(
train_args
)
...
...
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