Skip to content

Commit

Permalink
revert configuration back
Browse files Browse the repository at this point in the history
  • Loading branch information
kprokofi committed May 17, 2023
1 parent a2f68c5 commit 40d58a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otx/algorithms/segmentation/configs/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 40d58a0

Please sign in to comment.