Open DaisyXten opened 6 years ago
From the paper and also other keras implementation of YOLO2, I saw normalization of each layer output. Have you implement this layer or just I missed it somewhere, could you point it out. Thank you a lot
Batch normalization is in the function of conv_layer.
From the paper and also other keras implementation of YOLO2, I saw normalization of each layer output. Have you implement this layer or just I missed it somewhere, could you point it out. Thank you a lot