未验证 提交 12b5b74f 编写于 作者: X Xinger 提交者: GitHub

update comment about fleet.init() (#44043)

上级 9f4f18f2
......@@ -178,8 +178,9 @@ class Fleet(object):
the rolemaker by yourself, it will be automatically initialized to PaddleRoleMaker.
The default value is None.
is_collective (Boolean, optional): A ``Boolean`` variable determines whether the program
runs on the CPU or GPU. False means set distributed training using CPU, and True means
GPU.The default value is False.The default value is False.
runs on Collective mode or ParameterServer mode. True means the program runs on
Collective mode, and False means running on ParameterServer mode. The default value
is False.
strategy (DistributedStrategy): Extra properties for distributed training.
For details, please refer to paddle.distributed.fleet.DistributedStrategy. Default: None.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册