From 848fb002153fbd66e88c6d63f8074ebb7be8e3b3 Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Thu, 26 Apr 2018 12:45:42 +0800 Subject: [PATCH] Fix comments. --- paddle/fluid/inference/io.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/fluid/inference/io.cc b/paddle/fluid/inference/io.cc index 5b8dec199..65db7c7b5 100644 --- a/paddle/fluid/inference/io.cc +++ b/paddle/fluid/inference/io.cc @@ -22,8 +22,8 @@ limitations under the License. */ #include "paddle/fluid/framework/op_registry.h" #include "paddle/fluid/pybind/pybind.h" -DEFINE_string(devices, "", "The devices to be used."); -DEFINE_bool(init_p2p, true, "Whether to init p2p."); +DEFINE_string(devices, "", "The devices to be used which is joined by comma."); +DEFINE_bool(init_p2p, false, "Whether to init p2p."); namespace paddle { namespace inference { -- GitLab