I am reading yolov2 object detection model. So i print the summary of the yolo_model. But when i look the summary line by line, i find that the count of parameters for batch normalization layer is weird, it is the channel * 4, but according to my knowledge, every neuron cell has 4 parameters of batch normalization layer. So the total count for each batch normalization layer should be 4 * cell count. Anybody gets any idea?
Asked
Active
Viewed 3,398 times
0

shellhue
- 569
- 6
- 12