Reduce LR for TF MLM example test (#19156)

This commit is contained in:
Matt 2022-09-22 13:51:27 +01:00 committed by GitHub
parent 1b5ab39cf4
commit 83dc6377d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ class ExamplesTests(TestCasePlus):
--do_eval
--prediction_loss_only
--num_train_epochs=1
--learning_rate=1e-4
""".split()
with patch.object(sys, "argv", testargs):