Hello,
But how to change the bit-width for Minifloat and integer-power-of-two?
I have tried to change the bit-width for-loops in Quantize2MiniFloat(...) and bit-width in Quantize2IntergerPowerOf2Weights(...), the accuracy of minifloat wouldn't change in lower precision and accuracy of integer-power-of-two doesn't change for bit-width from 15 to 1.
What others should I modify to specify bit-width in these two quantization?
Thank you!