From b43029085bfa48caaef718c9d44abdc116efc600 Mon Sep 17 00:00:00 2001 From: Igor Saprykin Date: Fri, 5 Apr 2019 23:18:49 -0700 Subject: [PATCH] Re-enable tests that got disabled as part of a merge. PiperOrigin-RevId: 242248283 --- .../python/keras/distribute/keras_correctness_test_base.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tensorflow/python/keras/distribute/keras_correctness_test_base.py b/tensorflow/python/keras/distribute/keras_correctness_test_base.py index c6a5c55c850..ba08eab0384 100644 --- a/tensorflow/python/keras/distribute/keras_correctness_test_base.py +++ b/tensorflow/python/keras/distribute/keras_correctness_test_base.py @@ -373,13 +373,6 @@ class TestDistributionStrategyCorrectnessBase(test.TestCase, def skip_unsupported_test_configuration(self, distribution): if should_skip_tpu_with_eager(distribution): self.skipTest('TPUStrategy does not support eager mode now.') - - if context.executing_eagerly() and self.use_numpy: - self.skipTest('Numpy as inputs is not supported with strategy in eager.') - - if context.executing_eagerly() and self.use_validation_data: - self.skipTest('TODO(hongjunchoi): Add test logic for using validation ' - 'data for eager execution.') return def run_correctness_test(self,