We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90bc14d + ac4195d commit 175a2efCopy full SHA for 175a2ef
python/paddle/fluid/tests/unittests/test_dist_se_resnext.py
@@ -25,13 +25,14 @@ def test_dist_train(self):
25
self.check_with_place("dist_se_resnext.py", delta=1e-7)
26
27
28
-class TestDistseResnXt2x2WithMemopt(TestDistBase):
29
- def _setup_config(self):
30
- self._sync_mode = True
31
- self._mem_opt = True
32
-
33
- def test_dist_train(self):
34
- self.check_with_place("dist_se_resnext.py", delta=1e-7)
+# TODO(typhoonzero): fix this test
+# class TestDistseResnXt2x2WithMemopt(TestDistBase):
+# def _setup_config(self):
+# self._sync_mode = True
+# self._mem_opt = True
+
+# def test_dist_train(self):
35
+# self.check_with_place("dist_se_resnext.py", delta=1e-7)
36
37
38
class TestDistSeResneXt2x2Async(TestDistBase):
0 commit comments