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
This commit is contained in:
Kibeom Kim 2020-09-18 13:28:09 -07:00 committed by TensorFlower Gardener
parent 19bb9fcff5
commit c1e513b04a

View File

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