diff --git a/efficientdet/hparams_config.py b/efficientdet/hparams_config.py index 1653f00fe..bb44c6c28 100644 --- a/efficientdet/hparams_config.py +++ b/efficientdet/hparams_config.py @@ -253,7 +253,7 @@ def default_detection_configs(): h.apply_bn_for_resampling = True h.conv_after_downsample = False h.conv_bn_act_pattern = False - h.drop_remainder = True # drop remainder for the final batch eval. + h.drop_remainder = False # drop remainder for the final batch eval. # For post-processing nms, must be a dict. h.nms_configs = {