From 83dc6377d0107b462e5d804ffa72d069625bc36b Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 22 Sep 2022 13:51:27 +0100 Subject: [PATCH] Reduce LR for TF MLM example test (#19156) --- examples/tensorflow/test_tensorflow_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tensorflow/test_tensorflow_examples.py b/examples/tensorflow/test_tensorflow_examples.py index 9b692ce80c..f4b383eabe 100644 --- a/examples/tensorflow/test_tensorflow_examples.py +++ b/examples/tensorflow/test_tensorflow_examples.py @@ -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):