From 373bee47ffdd85cbdcaa5c07a5eead8d393746c2 Mon Sep 17 00:00:00 2001 From: "Kim, Sungchul" Date: Tue, 29 Oct 2024 13:10:01 +0900 Subject: [PATCH] Fix supcon flag in template (#4076) * Update template * Update CHANGELOG --- CHANGELOG.md | 2 ++ src/otx/tools/templates/segmentation/configuration.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9e5cf0755..a4e10064282 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 87a07515e02..23356c696db 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