Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
98364ea7
Unverified
Commit
98364ea7
authored
Jul 23, 2021
by
Stas Bekman
Committed by
GitHub
Jul 23, 2021
Browse files
[tests] fix logging_steps requirements (#12860)
parent
e218249b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
examples/research_projects/wav2vec2/test_wav2vec2_deepspeed.py
...les/research_projects/wav2vec2/test_wav2vec2_deepspeed.py
+0
-1
tests/deepspeed/test_deepspeed.py
tests/deepspeed/test_deepspeed.py
+0
-1
No files found.
examples/research_projects/wav2vec2/test_wav2vec2_deepspeed.py
View file @
98364ea7
...
@@ -171,7 +171,6 @@ class TestDeepSpeedWav2Vec2(TestCasePlus):
...
@@ -171,7 +171,6 @@ class TestDeepSpeedWav2Vec2(TestCasePlus):
--group_by_length
--group_by_length
--freeze_feature_extractor
--freeze_feature_extractor
--report_to none
--report_to none
--logging_steps 0
--save_steps 0
--save_steps 0
--eval_steps
{
eval_steps
}
--eval_steps
{
eval_steps
}
--report_to none
--report_to none
...
...
tests/deepspeed/test_deepspeed.py
View file @
98364ea7
...
@@ -804,7 +804,6 @@ class TestDeepSpeedWithLauncher(TestCasePlus):
...
@@ -804,7 +804,6 @@ class TestDeepSpeedWithLauncher(TestCasePlus):
--val_max_target_length
{
max_len
}
--val_max_target_length
{
max_len
}
--warmup_steps 8
--warmup_steps 8
--predict_with_generate
--predict_with_generate
--logging_steps 0
--save_steps 0
--save_steps 0
--eval_steps
{
eval_steps
}
--eval_steps
{
eval_steps
}
--group_by_length
--group_by_length
...
...
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