Basic knowledge of PyTorchFamiliarity with ImageNet exampleUnderstanding of SyncBatchNorm
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
35
調査方針
Review the main training script in the ImageNet example (likely train.py or main.py) to identify where nn.BatchNorm is currently used. Then investigate how to integrate nn.SyncBatchNorm from PyTorch's documentation. Note that the issue lacks details on which specific layer to replace or any configuration needed, so further clarification from maintainers may be required.
Add nn.SyncBatchNorm in ImageNet example · pytorch/examples#793 | Good First Issue