未验证 提交 6d325a94 编写于 作者: L lilong12 提交者: GitHub

enable test_dist_se_resnext_nccl.py, test=develop (#22067)

上级 b96c7c9a
......@@ -27,7 +27,6 @@ class TestDistSeResneXtNCCL(TestDistBase):
self._use_reader_alloc = False
self._nccl2_mode = True
@unittest.skip(reason="Skip unstable ci")
def test_dist_train(self):
import paddle.fluid as fluid
if fluid.core.is_compiled_with_cuda():
......@@ -45,7 +44,6 @@ class TestDistSeResneXtNCCLMP(TestDistBase):
self._nccl2_mode = True
self._mp_mode = True
@unittest.skip(reason="Skip unstable ci")
def test_dist_train(self):
import paddle.fluid as fluid
if fluid.core.is_compiled_with_cuda():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册