Skip to content

Commit 245c9fa

Browse files
Revert "[CVS-90400, CVS-91015] NNCF pruning supported tweaks (#1248)"
This reverts commit bcf33fe.
1 parent bcf33fe commit 245c9fa

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

external/anomaly/configs/draem/configuration.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,15 @@ nncf_optimization:
182182
auto_hpo_value: null
183183
default_value: false
184184
description: Whether filter pruning is supported
185-
editable: false
185+
editable: true
186186
header: Whether filter pruning is supported
187187
type: BOOLEAN
188188
ui_rules:
189189
action: DISABLE_EDITING
190190
operator: AND
191191
rules: []
192192
type: UI_RULES
193-
value: false
194-
visible_in_ui: false
193+
visible_in_ui: true
195194
warning: null
196195
type: PARAMETER_GROUP
197196
visible_in_ui: true

external/anomaly/configs/padim/configuration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ nncf_optimization:
121121
auto_hpo_value: null
122122
default_value: false
123123
description: Whether filter pruning is supported
124-
editable: false
124+
editable: true
125125
header: Whether filter pruning is supported
126126
type: BOOLEAN
127127
ui_rules:
@@ -130,7 +130,7 @@ nncf_optimization:
130130
rules: []
131131
type: UI_RULES
132132
value: false
133-
visible_in_ui: false
133+
visible_in_ui: true
134134
warning: null
135135
type: PARAMETER_GROUP
136136
visible_in_ui: true

external/anomaly/configs/stfpm/configuration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ nncf_optimization:
250250
auto_hpo_value: null
251251
default_value: false
252252
description: Whether filter pruning is supported
253-
editable: false
253+
editable: true
254254
header: Whether filter pruning is supported
255255
type: BOOLEAN
256256
ui_rules:
@@ -259,7 +259,7 @@ nncf_optimization:
259259
rules: []
260260
type: UI_RULES
261261
value: false
262-
visible_in_ui: false
262+
visible_in_ui: true
263263
warning: null
264264
type: PARAMETER_GROUP
265265
visible_in_ui: true

external/deep-object-reid/configs/ote_custom_classification/efficientnet_v2_s/template_experimental.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ hyper_parameters:
4343
enable_pruning:
4444
default_value: false
4545
pruning_supported:
46-
default_value: false
46+
default_value: true
4747
maximal_accuracy_degradation:
4848
default_value: 1.0
4949

0 commit comments

Comments
 (0)