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

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):