"vscode:/vscode.git/clone" did not exist on "2a85345a2366d8f4ab6f9d34c11d36dee5b5a614"
Unverified Commit 83dc6377 authored by Matt's avatar Matt Committed by GitHub
Browse files

Reduce LR for TF MLM example test (#19156)

parent 1b5ab39c
...@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment