diff --git a/CHANGELOG.md b/CHANGELOG.md index df9e5cf075..a4e1006428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ All notable changes to this project will be documented in this file. (https://github.com/openvinotoolkit/training_extensions/pull/3972) - Update model name in rotated detection recipes (https://github.com/openvinotoolkit/training_extensions/pull/4028) +- Fix SupCon flag + (https://github.com/openvinotoolkit/training_extensions/pull/4076) ## \[2.2.0\] diff --git a/src/otx/tools/templates/segmentation/configuration.yaml b/src/otx/tools/templates/segmentation/configuration.yaml index 87a07515e0..23356c696d 100644 --- a/src/otx/tools/templates/segmentation/configuration.yaml +++ b/src/otx/tools/templates/segmentation/configuration.yaml @@ -191,7 +191,7 @@ learning_parameters: operator: AND rules: [] type: UI_RULES - visible_in_ui: true + visible_in_ui: false warning: null auto_adapt_batch_size: affects_outcome_of: TRAINING