add comment

revert-10836-update-becbos-url
qiaolongfei 7 years ago
parent feed94e20f
commit d2d671e341

@ -32,6 +32,7 @@ class Inferencer(object):
:param infer_func: a function that will return predict Variable :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 param_path: the path where the inference model is saved by fluid.io.save_params
:param place: place to do the inference :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.param_path = param_path
self.scope = core.Scope() self.scope = core.Scope()

Loading…
Cancel
Save