From d2d671e34107e1193fa4e30314178bb73a6a8c3e Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Fri, 18 May 2018 09:48:46 +0800 Subject: [PATCH] add comment --- python/paddle/fluid/inferencer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/paddle/fluid/inferencer.py b/python/paddle/fluid/inferencer.py index 0c2620d692..894f6dbfad 100644 --- a/python/paddle/fluid/inferencer.py +++ b/python/paddle/fluid/inferencer.py @@ -32,6 +32,7 @@ class Inferencer(object): :param infer_func: a function that will return predict Variable :param param_path: the path where the inference model is saved by fluid.io.save_params :param place: place to do the inference + :param parallel: use parallel_executor to run the inference, it will use multi CPU/GPU. """ self.param_path = param_path self.scope = core.Scope() -- GitLab