Closed hhaAndroid closed 3 years ago
@glenn-jocher Oh, It's so magical, it will actually be in the parameter initialization.
@hhaAndroid yes we call this function when creating a model here: https://github.com/ultralytics/yolov5/blob/374957317a5469742b24291caa52dedfd9d31c99/models/yolo.py#L114-L118
@glenn-jocher Thank you
❔Question
Thank you for open source such excellent code. I read the weights after training and found that the BN parameter is
nn.BatchNorm2d(c2, momentum=0.03, eps=0.001)
, but the code is the default valuenn.BatchNorm2d(c2)
, and the training description ispython train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size 64
, He did not adopt evolutionary strategies. so this why?