What is: Synchronized Batch Normalization?
| Source | Context Encoding for Semantic Segmentation |
| Year | 2000 |
| Data Source | CC BY-SA - https://paperswithcode.com |
Synchronized Batch Normalization (SyncBN) is a type of batch normalization used for multi-GPU training. Standard batch normalization only normalizes the data within each device (GPU). SyncBN normalizes the input within the whole mini-batch.
