From c1e513b04a11840ec34e090be517fe4bfcd1cfb2 Mon Sep 17 00:00:00 2001 From: Kibeom Kim Date: Fri, 18 Sep 2020 13:28:09 -0700 Subject: [PATCH] Reenable DistributionStrategyGruModelCorrectnessTest.test_gru_model_correctness test that's passing. This was disabled due to random seed sensitivity but today it's passing. cl/294523232 b/148483651 PiperOrigin-RevId: 332515830 Change-Id: I9afa1dde6b9b7830600bd8a6d7c337938271f717 --- .../python/keras/distribute/keras_rnn_model_correctness_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/python/keras/distribute/keras_rnn_model_correctness_test.py b/tensorflow/python/keras/distribute/keras_rnn_model_correctness_test.py index 0dbf88000d2..09e6d075b09 100644 --- a/tensorflow/python/keras/distribute/keras_rnn_model_correctness_test.py +++ b/tensorflow/python/keras/distribute/keras_rnn_model_correctness_test.py @@ -86,7 +86,6 @@ class DistributionStrategyGruModelCorrectnessTest( keras_correctness_test_base.test_combinations_for_embedding_model()) def test_gru_model_correctness(self, distribution, use_numpy, use_validation_data): - self.skipTest('Test is sensitive to TF random seed, b/TBD') self.run_correctness_test(distribution, use_numpy, use_validation_data)