Skip to content

Commit

Permalink
HRNet-x and HRNe-18--mod2 configs update (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-lyakhov authored Dec 8, 2022
1 parent 66b2ab6 commit 6f2f1fb
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"algorithms": [
{
"name": "DefaultQuantization",
"params": {
"preset": "mixed",
"target_device": "ANY",
"use_fast_bias": false,
"range_estimator": {
"preset": "quantile"
},
"ignored": {
"scope": [
"1555",
"1575",
"1715",
"1735",
"1840",
"1910",
"1930",
"2070",
"2090",
"2195",
"2286",
"2306",
"2326",
"2523",
"2543",
"2709",
"2563",
"2731",
"2764",
"2865",
"2885",
"2905",
"3102",
"3122",
"3288",
"3142",
"3310",
"3343",
"3444",
"3464",
"3484",
"3681",
"3701",
"3867",
"3721",
"3889",
"3922",
"4023",
"4043",
"4063",
"4260",
"4280",
"4446",
"4300",
"4468",
"4501",
"4623",
"4643",
"4663",
"4683",
"4937",
"4957",
"5184",
"4977",
"5206",
"4997",
"5228",
"5261",
"5283",
"5331",
"5468",
"5488",
"5508",
"5528",
"5782",
"5802",
"6029",
"5822",
"6051",
"5842",
"6073",
"6106",
"6128",
"6176",
"6248",
"6273",
"6298",
"6007"
]
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
{
"algorithms": [
{
"name": "DefaultQuantization",
"params": {
"preset": "performance",
"target_device": "ANY",
"use_fast_bias": true,
"shuffle_data": true,
"range_estimator": {
"preset": "quantile"
},
"ignored": {
"scope": [
"2953",
"2973",
"3113",
"3133",
"3238",
"3308",
"3328",
"3468",
"3488",
"3593",
"3684",
"3704",
"3724",
"3921",
"3941",
"4107",
"3961",
"4129",
"4162",
"4263",
"4283",
"4303",
"4500",
"4520",
"4686",
"4540",
"4708",
"4741",
"4842",
"4862",
"4882",
"5079",
"5099",
"5265",
"5119",
"5287",
"5320",
"5421",
"5441",
"5461",
"5658",
"5678",
"5844",
"5698",
"5866",
"5899",
"6021",
"6041",
"6061",
"6081",
"6335",
"6355",
"6582",
"6375",
"6604",
"6395",
"6626",
"6659",
"6681",
"6729",
"6866",
"6886",
"6906",
"6926",
"7180",
"7200",
"7427",
"7220",
"7449",
"7240",
"7471",
"7504",
"7526",
"7574",
"7711",
"7731",
"7751",
"7771",
"8025",
"8045",
"8272",
"8065",
"8294",
"8085",
"8316",
"8349",
"8371",
"8419",
"8556",
"8576",
"8596",
"8616",
"8870",
"8890",
"9117",
"8910",
"9139",
"8930",
"9161",
"9194",
"9216",
"9264",
"9422",
"9442",
"9462",
"9482",
"9502",
"9813",
"9833",
"10121",
"9853",
"10143",
"9873",
"10165",
"9893",
"10187",
"10220",
"10242",
"10264",
"10312",
"10334",
"10402",
"10580",
"10600",
"10620",
"10640",
"10660",
"10971",
"10991",
"11279",
"11011",
"11301",
"11031",
"11323",
"11051",
"11345",
"11378",
"11400",
"11422",
"11470",
"11492",
"11560",
"11657",
"11682",
"11707",
"11735",
"3216",
"3571",
"4085",
"4664",
"5243",
"5822",
"6560",
"7405",
"8250",
"9095",
"10099",
"11257"
]
}
}
}
]
}

0 comments on commit 6f2f1fb

Please sign in to comment.