Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pruning supported tweaks #1256

Merged
merged 2 commits into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 2 additions & 1 deletion external/anomaly/configs/detection/draem/configuration.yaml
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
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