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
0830e795
Unverified
Commit
0830e795
authored
Aug 09, 2020
by
Stas Bekman
Committed by
GitHub
Aug 10, 2020
Browse files
the test now works again (#6371)
parent
3a556b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/seq2seq/test_seq2seq_examples.py
examples/seq2seq/test_seq2seq_examples.py
+0
-1
No files found.
examples/seq2seq/test_seq2seq_examples.py
View file @
0830e795
...
@@ -329,7 +329,6 @@ def test_finetune_extra_model_args():
...
@@ -329,7 +329,6 @@ def test_finetune_extra_model_args():
assert
str
(
excinfo
.
value
)
==
f
"model config doesn't have a `
{
unsupported_param
}
` attribute"
assert
str
(
excinfo
.
value
)
==
f
"model config doesn't have a `
{
unsupported_param
}
` attribute"
@
unittest
.
skip
(
"Conflict with different add_argparse_args - needs a serious sync"
)
def
test_finetune_lr_shedulers
(
capsys
):
def
test_finetune_lr_shedulers
(
capsys
):
args_d
:
dict
=
CHEAP_ARGS
.
copy
()
args_d
:
dict
=
CHEAP_ARGS
.
copy
()
...
...
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