Skip to content

Commit

Permalink
Update ptq ignored scope for hrnet 18 mod2
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Aug 23, 2023
1 parent 230f6f2 commit c1d93e3
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 c1d93e3

Please sign in to comment.