nncf icon indicating copy to clipboard operation
nncf copied to clipboard

Add perchannel QDQ

Open a-ignatyev opened this issue 4 years ago • 4 comments

a-ignatyev avatar Apr 14 '21 04:04 a-ignatyev

What if the version of torch < 1.8?

A user will get the following error: ValueError: Unsupported ONNX opset version: 13

a-ignatyev avatar Apr 14 '21 10:04 a-ignatyev

@a-ignatyev @aleksei-kashapov I modifed this behavior to (hopefully) correctly work for both PT<1.8.0 and PT >1.8.0 cases, tell me what you think about it. TBD: tests

vshampor avatar Apr 14 '21 10:04 vshampor

I am moving this back to the draft state - we cannot merge it yet because opset 13 is not properly supported by the Model Optimizer and even the FP32 models exported to ONNX opset 13 will fail when imported to OpenVINO, which breaks our E2E. Will have to wait until MO starts supporting opset 13.

vshampor avatar Apr 23 '21 19:04 vshampor

Can one of the admins verify this patch?

openvino-ci avatar Jun 28 '22 11:06 openvino-ci

Obsoleted by another PR.

vshampor avatar Nov 28 '22 10:11 vshampor