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