Is it possible to load NN quantized model of tensorflow? Ifso how? Thank you.
1 | initial version |
Is it possible to load NN quantized model of tensorflow? Ifso how? Thank you.
Is it possible to load NN quantized model of tensorflow? Ifso how?
tensorflow?
The nodes and weights of a neural network are originally stored as 32-bit floating point numbers. The simplest motivation for quantization is to compress each float value to an eight-bit integer.
If so how?
Thank you.