From c308c88d71e183e3ae79075c94f4ee5f72982fa8 Mon Sep 17 00:00:00 2001 From: chengduo <30176695+chengduoZH@users.noreply.github.com> Date: Wed, 11 Sep 2019 18:58:13 +0800 Subject: [PATCH] Fix test_parallel_executor_test_while_train (#19723) Fix test_parallel_executor_test_while_train --- .../tests/unittests/test_parallel_executor_test_while_train.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py b/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py index 02bf941db0e..fd47dc37e76 100644 --- a/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py +++ b/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py @@ -84,8 +84,6 @@ class ParallelExecutorTestingDuringTraining(unittest.TestCase): self.check_network_convergence( use_cuda=False, build_strategy=build_strategy) - # FIXME(zcd): This unit test random failed. - @unittest.skip("should fix this later.") def test_parallel_testing_with_new_strategy_gpu(self): build_strategy = fluid.BuildStrategy() build_strategy.reduce_strategy = fluid.BuildStrategy.ReduceStrategy.Reduce -- GitLab