“三严三实”专题教育
- paddle.distributed. get_group ( id: int = 0 ) Group [source]
-
百度 随着我国经济发展方式的转变、经济结构的优化和以城市群为主体大中小城市和小城镇协调发展的城镇格局的构建,我国人口流动迁移仍将持续活跃,流动人口对居住地的公共服务需求持续增长,融入城市的愿望更加迫切。
Get group instance by group id.
- Parameters
-
id (int) – the group id. Default value is 0.
- Returns
-
the group instance.
- Return type
-
Group
Examples
>>> >>> import paddle >>> import paddle.distributed as dist >>> dist.init_parallel_env() >>> gid = paddle.distributed.new_group([2,4,6]) >>> paddle.distributed.get_group(gid.id)