From 34e26c9a7d2db42e1b319f9571f40c2b21600097 Mon Sep 17 00:00:00 2001 From: silingtong123 <35439432+silingtong123@users.noreply.github.com> Date: Tue, 31 Dec 2019 14:21:03 +0800 Subject: [PATCH] remove @unittest.skip in test_parallel_executor_mnist.py (#22019) --- .../fluid/tests/unittests/test_parallel_executor_mnist.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/paddle/fluid/tests/unittests/test_parallel_executor_mnist.py b/python/paddle/fluid/tests/unittests/test_parallel_executor_mnist.py index 3976dec4be0..a2f1d774608 100644 --- a/python/paddle/fluid/tests/unittests/test_parallel_executor_mnist.py +++ b/python/paddle/fluid/tests/unittests/test_parallel_executor_mnist.py @@ -175,9 +175,6 @@ class TestMNIST(TestParallelExecutorBase): for use_fast_executor in (False, True): self.check_batchnorm_fc_convergence(use_cuda, use_fast_executor) - # FIXME(wuyi): should checkout why this fails when merging - # https://github.com/PaddlePaddle/Paddle/pull/16545 - @unittest.skip("should fix this later") def test_batchnorm_fc_with_new_strategy(self): # NOTE: the computation result of nccl_reduce is non-deterministic, # related issue: https://github.com/NVIDIA/nccl/issues/157 -- GitLab