Skip to content

Commit 498bd85

Browse files
authored
Update PTQ ignored scope for hrnet 18 mod2 (#2449)
Update ptq ignored scope for hrnet 18 mod2
1 parent 230f6f2 commit 498bd85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/otx/algorithms/segmentation/configs/ocr_lite_hrnet_18_mod2/ptq_optimization_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
preset = QuantizationPreset.MIXED
2424

2525
ignored_scope = IgnoredScope(
26+
patterns=["/backbone/*"],
2627
names=[
2728
"/backbone/stage0/stage0.0/layers/layers.0/cross_resolution_weighting/Mul",
2829
"/backbone/stage0/stage0.0/layers/layers.0/cross_resolution_weighting/Mul_1",
@@ -102,5 +103,5 @@
102103
"/aggregator/Add_1",
103104
"/aggregator/Add_2",
104105
"/backbone/stage2/stage2.1/Add",
105-
]
106+
],
106107
)

0 commit comments

Comments
 (0)