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.
1 parent c7aabfb commit 6c943a4Copy full SHA for 6c943a4
python/paddle/fluid/tests/unittests/test_dist_fleet_geo.py
@@ -42,7 +42,9 @@ def check_with_place(self,
42
"PYTHONPATH": os.getenv("PYTHONPATH", ""),
43
"LD_LIBRARY_PATH": os.getenv("LD_LIBRARY_PATH", ""),
44
"FLAGS_rpc_deadline": "5000", # 5sec to fail fast
45
- "http_proxy": ""
+ "http_proxy": "",
46
+ "LOG_DIRNAME": "/tmp",
47
+ "LOG_PREFIX": self.__class__.__name__,
48
}
49
50
required_envs.update(need_envs)
@@ -55,7 +57,7 @@ def check_with_place(self,
55
57
56
58
def test_dist_train(self):
59
self.check_with_place(
- "dist_fleet_ctr.py", delta=1e-5, check_error_log=True)
60
+ "dist_fleet_ctr.py", delta=1e-5, check_error_log=False)
61
62
63
class TestGeoSgdTranspiler(unittest.TestCase):
0 commit comments