enabel seresnext reduce test (#19341)

test=develop
padding_in_crf
chengduo 6 years ago committed by GitHub
parent 10643b4ea6
commit 11070cbff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,8 +18,6 @@ from test_parallel_executor_seresnext_with_reduce_cpu import TestResnetWithReduc
class TestResnetWithReduceGPU(TestResnetWithReduceBase): class TestResnetWithReduceGPU(TestResnetWithReduceBase):
# TODO(zcd): temporally disable reduce_and_allreduce test because of the random failure.
@unittest.skip("should fix this later.")
def test_seresnext_with_reduce(self): def test_seresnext_with_reduce(self):
self._compare_reduce_and_allreduce(use_cuda=True, delta2=1e-2) self._compare_reduce_and_allreduce(use_cuda=True, delta2=1e-2)

Loading…
Cancel
Save