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

revert-22710-feature/integrated_ps_api
lilong12 5 years ago committed by GitHub
parent b96c7c9a7a
commit 6d325a9470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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():

Loading…
Cancel
Save