Ross ROSS = Recommend OSS · open-source software intelligence for agents

vacancy/Synchronized-BatchNorm-PyTorch

Synchronized Batch Normalization implementation in PyTorch. observed · 2026-08-28

github.com/vacancy/Synchronized-BatchNorm-PyTorch · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3141
  • days_rel: n/a
  • days_push: 1973
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1502 stars · 188 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch library implementing Synchronized Batch Normalization, which computes batch statistics across all GPUs during multi-device training instead of per-device. It provides drop-in replacement modules and a DataParallel wrapper with replication callbacks.

Use cases

  • train object detection models with small per-GPU batch sizes
  • normalize batch statistics across multiple GPUs in PyTorch
  • improve segmentation model training with tiny batches per device
  • convert existing PyTorch models to use synchronized batchnorm
  • reproduce MegDet-style large mini-batch training

When to choose

  • training on multiple GPUs with small per-device batch sizes where batch statistics matter
  • using nn.DataParallel and needing cross-device normalization
  • research prototypes needing sync batchnorm before native PyTorch support

When to avoid

  • single-GPU or CPU training (built-in BatchNorm is identical)
  • new projects that can use PyTorch's native SyncBatchNorm
  • production systems needing actively maintained dependencies
  • DistributedDataParallel workflows with native support

Facets

library · maturity maintenance

machine-learning deep-learning deep-learning computer-vision machine-learning python cross-platform pytorch batch-normalization multi-gpu data-parallel sync-bn gpu

1 source

Member repositories

RepositoryRoleHealth v2
vacancy/Synchronized-BatchNorm-PyTorchmain32

For agents

markdown · JSON · MCP: product_card(name="vacancy/Synchronized-BatchNorm-PyTorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem