Skip to content

Commit

Permalink
Update configs for padim model (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev authored Nov 24, 2022
1 parent 683aeb0 commit 89ed40d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
"name": "DefaultQuantization",
"params": {
"preset": "performance",
"preset": "mixed",
"target_device": "ANY",
"range_estimator": {
"preset": "quantile"
},
"ignored": {
"scope": ["Sqrt_105/pow_", "Mul_97"]
"scope": ["210", "224"]
},
"shuffle_data": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
"name": "DefaultQuantization",
"params": {
"preset": "performance",
"preset": "mixed",
"target_device": "ANY",
"range_estimator": {
"preset": "quantile"
},
"ignored": {
"scope": ["Sqrt_105/pow_", "Mul_97"]
"scope": ["210", "224"]
},
"shuffle_data": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
"name": "DefaultQuantization",
"params": {
"preset": "performance",
"preset": "mixed",
"target_device": "ANY",
"range_estimator": {
"preset": "quantile"
},
"ignored": {
"scope": ["Sqrt_105/pow_", "Mul_97"]
"scope": ["210", "224"]
},
"shuffle_data": true
}
Expand Down

0 comments on commit 89ed40d

Please sign in to comment.