提交 34e26c9a 编写于 作者: S silingtong123 提交者: Tao Luo

remove @unittest.skip in test_parallel_executor_mnist.py (#22019)

上级 b68f4e00
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册