Hi,
I am trying to quantize my model using PTQ and apply nncf.IgnoredScope to gain some performance refering to yolov11-object-detection.ipynb. The problem is, for some reason, when I specify the input and output names in nncf.IgnoredScope, the scripts keeps running for a long time. When I specify a relatively small subgraph, it runs fast. Any clue to fix that?
If you need other infomation, please let me know.
Thanks