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
83dc6377
"vscode:/vscode.git/clone" did not exist on "2a85345a2366d8f4ab6f9d34c11d36dee5b5a614"
Unverified
Commit
83dc6377
authored
Sep 22, 2022
by
Matt
Committed by
GitHub
Sep 22, 2022
Browse files
Reduce LR for TF MLM example test (#19156)
parent
1b5ab39c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/tensorflow/test_tensorflow_examples.py
examples/tensorflow/test_tensorflow_examples.py
+1
-0
No files found.
examples/tensorflow/test_tensorflow_examples.py
View file @
83dc6377
...
@@ -157,6 +157,7 @@ class ExamplesTests(TestCasePlus):
...
@@ -157,6 +157,7 @@ class ExamplesTests(TestCasePlus):
--do_eval
--do_eval
--prediction_loss_only
--prediction_loss_only
--num_train_epochs=1
--num_train_epochs=1
--learning_rate=1e-4
"""
.
split
()
"""
.
split
()
with
patch
.
object
(
sys
,
"argv"
,
testargs
):
with
patch
.
object
(
sys
,
"argv"
,
testargs
):
...
...
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