TorchSyncBatchNorm¶
- class lightning.pytorch.plugins.TorchSyncBatchNorm[소스]¶
기반 클래스:
lightning.pytorch.plugins.layer_sync.LayerSync
A plugin that wraps all batch normalization layers of a model with synchronization logic for multiprocessing.
This plugin has no effect in single-device operation.