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
f62755a6
Unverified
Commit
f62755a6
authored
Nov 08, 2020
by
Stas Bekman
Committed by
GitHub
Nov 08, 2020
Browse files
[s2s examples test] fix data path (#8398)
parent
4a53e8e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/seq2seq/test_seq2seq_examples_multi_gpu.py
examples/seq2seq/test_seq2seq_examples_multi_gpu.py
+1
-1
No files found.
examples/seq2seq/test_seq2seq_examples_multi_gpu.py
View file @
f62755a6
...
...
@@ -95,7 +95,7 @@ class TestSummarizationDistillerMultiGPU(TestCasePlus):
args
=
f
"""
--model_name Helsinki-NLP/opus-mt-en-ro
--save_dir
{
output_dir
}
--data_dir test_data/wmt_en_ro
--data_dir
{
self
.
test_file_dir_str
}
/
test_data/wmt_en_ro
--num_beams 2
--task translation
"""
.
split
()
...
...
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