pierluigiferrari / ssd_keras

A Keras port of Single Shot MultiBox Detector
Apache License 2.0
1.86k stars 935 forks source link

Parameters of the model #381

Closed maoyuanpeng closed 3 years ago

maoyuanpeng commented 3 years ago

I want to ask why we use L2 regularization for each of these convolution layers and use "he_normal" to initialize the convolution kernel parameters.

maoyuanpeng commented 3 years ago

Is it good for training?