Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV dnn import quantized model

Is it possible to load NN quantized model of tensorflow? Ifso how? Thank you.

OpenCV dnn import quantized model

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.