diff --git a/otx/algorithms/segmentation/configs/configuration.yaml b/otx/algorithms/segmentation/configs/configuration.yaml index ffdc7a6298a..fed35939fc8 100644 --- a/otx/algorithms/segmentation/configs/configuration.yaml +++ b/otx/algorithms/segmentation/configs/configuration.yaml @@ -163,7 +163,7 @@ learning_parameters: warning: null early_stop_start: affects_outcome_of: TRAINING - default_value: 10 + default_value: 3 editable: true header: Start epoch for early stopping max_value: 1000 @@ -174,11 +174,11 @@ learning_parameters: operator: AND rules: [] type: UI_RULES - value: 10 + value: 3 visible_in_ui: false early_stop_patience: affects_outcome_of: TRAINING - default_value: 15 + default_value: 5 description: Training will stop if the model does not improve within the number of epochs of patience. editable: true header: Patience for early stopping @@ -190,7 +190,7 @@ learning_parameters: operator: AND rules: [] type: UI_RULES - value: 15 + value: 5 visible_in_ui: true warning: This is applied exclusively when early stopping is enabled. early_stop_iteration_patience: