nncf
nncf copied to clipboard
Rename `bitwidth` to `num_bits`
Also, as I've discovered just now,
tensorflow.python.ops.gen_array_ops.fake_quant_with_min_max_vars_per_channelusesnum_bitsas a corresponding keyword argument. Wouldn't it be better to be aligned with this as well?
ok, I will rename bitwidth to num_bits in a separate PR then
Originally posted by @ljaljushkin in https://github.com/openvinotoolkit/nncf/pull/483#discussion_r576152321