tensorflow-onnx icon indicating copy to clipboard operation
tensorflow-onnx copied to clipboard

Unable to convert node FakeQuantWithMinMaxArgs with num_bits=10?

Open russ-spec opened this issue 2 years ago • 2 comments

Ask a Question

Hello all,when I convert a tensorflow QAT model into onnx with tf2onnx, there is a error: raise ValueError("make_sure failure: " + error_msg % args) ValueError: make_sure failure: Unable to convert node FakeQuantWithMinMaxArgs with num_bits=10

So I wonder we haven`t support this bitwidth so far? Or I mde some mistakes? thanks!

russ-spec avatar Jun 30 '23 08:06 russ-spec

Currently, only num_bits=8 is supported.

fatcat-z avatar Jul 26 '23 10:07 fatcat-z

Currently, only num_bits=8 is supported.

Do we have a plan of support? Because some networks require support for different bit widths at times.

russ-spec avatar Jul 28 '23 10:07 russ-spec