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
chenpangpang
transformers
Commits
45b0b1ff
Unverified
Commit
45b0b1ff
authored
Sep 16, 2020
by
Sam Shleifer
Committed by
GitHub
Sep 16, 2020
Browse files
[s2s] fix kwarg typo (#7196)
parent
0203ad43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/seq2seq/run_distributed_eval.py
examples/seq2seq/run_distributed_eval.py
+1
-1
No files found.
examples/seq2seq/run_distributed_eval.py
View file @
45b0b1ff
...
@@ -152,7 +152,7 @@ def run_generate():
...
@@ -152,7 +152,7 @@ def run_generate():
json_save_dir
,
json_save_dir
,
args
.
model_name
,
args
.
model_name
,
type_path
=
args
.
type_path
,
type_path
=
args
.
type_path
,
b
atch_size
=
args
.
bs
,
b
s
=
args
.
bs
,
fp16
=
args
.
fp16
,
fp16
=
args
.
fp16
,
task
=
args
.
task
,
task
=
args
.
task
,
local_rank
=
args
.
local_rank
,
local_rank
=
args
.
local_rank
,
...
...
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