Skip to content

Commit 5fc4e60

Browse files
committed
Fix typo in warning
1 parent 5df0299 commit 5fc4e60

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

external/model-preparation-algorithm/configs/detection/configuration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ learning_parameters:
182182
rules: []
183183
type: UI_RULES
184184
visible_in_ui: true
185-
warning: This will automatically control the This and interval when early stopping is enabled.
185+
warning: This will automatically control the patience and interval when early stopping is enabled.
186186
type: PARAMETER_GROUP
187187
visible_in_ui: true
188188
postprocessing:

external/model-preparation-algorithm/configs/instance-segmentation/configuration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ learning_parameters:
168168
type: UI_RULES
169169
value: 0
170170
visible_in_ui: true
171+
warning: This is applied exclusively when early stopping is enabled.
171172
use_adaptive_interval:
172173
affects_outcome_of: TRAINING
173174
default_value: true
@@ -181,6 +182,7 @@ learning_parameters:
181182
rules: []
182183
type: UI_RULES
183184
visible_in_ui: true
185+
warning: This will automatically control the patience and interval when early stopping is enabled.
184186
type: PARAMETER_GROUP
185187
visible_in_ui: true
186188
postprocessing:

external/model-preparation-algorithm/configs/rotated-detection/configuration.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ learning_parameters:
168168
type: UI_RULES
169169
value: 0
170170
visible_in_ui: true
171+
warning: This is applied exclusively when early stopping is enabled.
171172
type: PARAMETER_GROUP
172173
visible_in_ui: true
173174
postprocessing:

external/model-preparation-algorithm/configs/segmentation/configuration.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ learning_parameters:
196196
type: UI_RULES
197197
value: 0
198198
visible_in_ui: true
199+
warning: This is applied exclusively when early stopping is enabled.
199200
type: PARAMETER_GROUP
200201
visible_in_ui: true
201202
postprocessing:

0 commit comments

Comments
 (0)