Skip to content

Commit

Permalink
[CVS-90400, CVS-91015] NNCF pruning supported tweaks (#1248)
Browse files Browse the repository at this point in the history
* Turned off pruning_support visibility for anomaly models (CVS-91015)

* Disabled pruning for EfficientNet-V2-S (CVS-90400)
  • Loading branch information
nikita-savelyevv authored Sep 7, 2022
1 parent c0d6b1c commit bcf33fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions external/anomaly/configs/draem/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,16 @@ nncf_optimization:
auto_hpo_value: null
default_value: false
description: Whether filter pruning is supported
editable: true
editable: false
header: Whether filter pruning is supported
type: BOOLEAN
ui_rules:
action: DISABLE_EDITING
operator: AND
rules: []
type: UI_RULES
visible_in_ui: true
value: false
visible_in_ui: false
warning: null
type: PARAMETER_GROUP
visible_in_ui: true
Expand Down
4 changes: 2 additions & 2 deletions external/anomaly/configs/padim/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ nncf_optimization:
auto_hpo_value: null
default_value: false
description: Whether filter pruning is supported
editable: true
editable: false
header: Whether filter pruning is supported
type: BOOLEAN
ui_rules:
Expand All @@ -130,7 +130,7 @@ nncf_optimization:
rules: []
type: UI_RULES
value: false
visible_in_ui: true
visible_in_ui: false
warning: null
type: PARAMETER_GROUP
visible_in_ui: true
Expand Down
4 changes: 2 additions & 2 deletions external/anomaly/configs/stfpm/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ nncf_optimization:
auto_hpo_value: null
default_value: false
description: Whether filter pruning is supported
editable: true
editable: false
header: Whether filter pruning is supported
type: BOOLEAN
ui_rules:
Expand All @@ -259,7 +259,7 @@ nncf_optimization:
rules: []
type: UI_RULES
value: false
visible_in_ui: true
visible_in_ui: false
warning: null
type: PARAMETER_GROUP
visible_in_ui: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ hyper_parameters:
enable_pruning:
default_value: false
pruning_supported:
default_value: true
default_value: false
maximal_accuracy_degradation:
default_value: 1.0

Expand Down

0 comments on commit bcf33fe

Please sign in to comment.