From ddb7bd7a2bb8bb59785304fe8d781870c9ac4297 Mon Sep 17 00:00:00 2001 From: wangguibao Date: Fri, 30 Nov 2018 15:59:35 +0800 Subject: [PATCH] cherry-pick-async-exe test=release/1.2 --- python/paddle/fluid/async_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/async_executor.py b/python/paddle/fluid/async_executor.py index 2664a7301db..0d007001a4a 100644 --- a/python/paddle/fluid/async_executor.py +++ b/python/paddle/fluid/async_executor.py @@ -64,7 +64,7 @@ class AsyncExecutor(object): Args: place(fluid.CPUPlace|None): indicate the executor run on which device. - Only CPUPlace supported + Only CPUPlace supported Note: For debugging complicated network in parallel-GPUs, you can test it -- GitLab