AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.68k stars 7.96k forks source link

Think about improving Batch normalization for low mini_batches and multi-GPU #3188

Open AlexeyAB opened 5 years ago

AlexeyAB commented 5 years ago

Think about improving Batch normalization for low mini_batches and multi-GPU:

  1. https://github.com/pjreddie/darknet/issues/224#issuecomment-406223473
  2. https://github.com/pjreddie/darknet/issues/1119

https://github.com/AlexeyAB/darknet/blob/0ae5191580d49fdf4392e56152d4386b89224500/src/convolutional_kernels.cu#L898-L904

https://github.com/AlexeyAB/darknet/blob/0ae5191580d49fdf4392e56152d4386b89224500/src/parser.c#L1004-L1009


Paper: https://arxiv.org/abs/1803.01534v4

image

1027663760 commented 1 year ago

Is this updated?