We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f6f2 commit 498bd85Copy full SHA for 498bd85
src/otx/algorithms/segmentation/configs/ocr_lite_hrnet_18_mod2/ptq_optimization_config.py
@@ -23,6 +23,7 @@
23
preset = QuantizationPreset.MIXED
24
25
ignored_scope = IgnoredScope(
26
+ patterns=["/backbone/*"],
27
names=[
28
"/backbone/stage0/stage0.0/layers/layers.0/cross_resolution_weighting/Mul",
29
"/backbone/stage0/stage0.0/layers/layers.0/cross_resolution_weighting/Mul_1",
@@ -102,5 +103,5 @@
102
103
"/aggregator/Add_1",
104
"/aggregator/Add_2",
105
"/backbone/stage2/stage2.1/Add",
- ]
106
+ ],
107
)
0 commit comments