ClusterEnvironment¶
- class lightning.pytorch.plugins.environments.ClusterEnvironment[소스]¶
기반 클래스:
abc.ABC
Specification of a cluster environment.
- abstract static detect()[소스]¶
Detects the environment settings corresponding to this cluster and returns
True
if they match.- 반환 형식
- abstract global_rank()[소스]¶
The rank (index) of the currently running process across all nodes and devices.
- 반환 형식
- abstract local_rank()[소스]¶
The rank (index) of the currently running process inside of the current node.
- 반환 형식
- abstract property creates_processes_externally: bool¶
Whether the environment creates the subprocesses or not.
- 반환 형식