TorchElasticEnvironment¶
- class lightning.pytorch.plugins.environments.TorchElasticEnvironment[소스]¶
 기반 클래스:
lightning.fabric.plugins.environments.cluster_environment.ClusterEnvironmentEnvironment for fault-tolerant and elastic training with torchelastic
- static detect()[소스]¶
 Returns
Trueif the current process was launched using the torchelastic command.- 반환 형식
 
- global_rank()[소스]¶
 The rank (index) of the currently running process across all nodes and devices.
- 반환 형식
 
- local_rank()[소스]¶
 The rank (index) of the currently running process inside of the current node.
- 반환 형식
 
- property creates_processes_externally: bool¶
 Whether the environment creates the subprocesses or not.
- 반환 형식