Skip to content

Commit

Permalink
Update PTQ ignored scope for hrnet 18 mod2 (#2449)
Browse files Browse the repository at this point in the history
Update ptq ignored scope for hrnet 18  mod2
  • Loading branch information
sovrasov authored and yunchu committed Aug 30, 2023
1 parent e086505 commit 30e3cd2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
preset = QuantizationPreset.MIXED

ignored_scope = IgnoredScope(
patterns=["/backbone/*"],
names=[
"/backbone/stage0/stage0.0/layers/layers.0/cross_resolution_weighting/Mul",
"/backbone/stage0/stage0.0/layers/layers.0/cross_resolution_weighting/Mul_1",
Expand Down Expand Up @@ -102,5 +103,5 @@
"/aggregator/Add_1",
"/aggregator/Add_2",
"/backbone/stage2/stage2.1/Add",
]
],
)

0 comments on commit 30e3cd2

Please sign in to comment.