Open TwistedfateKing opened 7 years ago
You only quantized Weight parameter and skipped Bias parameter.
have you ever done experiments about converting Bias parameter from float to fixed-point?
and
What do you think about result of INQ(weight only) + 8-bit quantized (bias)?
@TwistedfateKing thanks, I don't do any experiments about bias quantization, I think you can convert bias from float-point into 8-bits, or remove bias directly.
You only quantized Weight parameter and skipped Bias parameter.
have you ever done experiments about converting Bias parameter from float to fixed-point?
and
What do you think about result of INQ(weight only) + 8-bit quantized (bias)?