In the Tensorflow Object Detection configuration files, all Faster R-CNN configuration files have disabled the regularization term as
regularizer {
    l2_regularizer {
      weight: 0.0
    }
  }
I feel that this is not reasonable and is likely to roll over. Any explanation for such settings? Thank.
source
share