Skip to content

Commit

Permalink
Removed filter pruning definition from compression config; tweaked vi…
Browse files Browse the repository at this point in the history
…sible_in_ui for all anomaly tasks
  • Loading branch information
nikita-savelyevv committed Sep 14, 2022
1 parent b6c5407 commit 5c8847e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ nncf_optimization:
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -190,7 +190,8 @@ nncf_optimization:
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -44,16 +44,6 @@
},
"nncf_config": {
"compression": [
{
"algorithm": "filter_pruning",
"pruning_init": 0.1,
"params": {
"schedule": "baseline",
"pruning_flops_target": 0.1,
"filter_importance": "geometric_median",
"prune_downsample_convs": true
}
},
{
"algorithm": "quantization",
"preset": "mixed",
Expand Down

0 comments on commit 5c8847e

Please sign in to comment.