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
0526a075
"IMG/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "c16e76130bf34fd2e0b749cd7a71789c9115783b"
Unverified
Commit
0526a075
authored
Dec 07, 2022
by
Emmanuel Schmidbauer
Committed by
GitHub
Dec 07, 2022
Browse files
run_speech_recognition_seq2seq.py: add cache_dir param to dataset (#20540)
parent
fc95386e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
examples/pytorch/speech-recognition/run_speech_recognition_seq2seq.py
...orch/speech-recognition/run_speech_recognition_seq2seq.py
+2
-0
No files found.
examples/pytorch/speech-recognition/run_speech_recognition_seq2seq.py
View file @
0526a075
...
...
@@ -327,6 +327,7 @@ def main():
data_args
.
dataset_name
,
data_args
.
dataset_config_name
,
split
=
data_args
.
train_split_name
,
cache_dir
=
model_args
.
cache_dir
,
use_auth_token
=
True
if
model_args
.
use_auth_token
else
None
,
)
...
...
@@ -335,6 +336,7 @@ def main():
data_args
.
dataset_name
,
data_args
.
dataset_config_name
,
split
=
data_args
.
eval_split_name
,
cache_dir
=
model_args
.
cache_dir
,
use_auth_token
=
True
if
model_args
.
use_auth_token
else
None
,
)
...
...
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