The
precision reported by caffe-ristretto was 8bit, but i found the values
extracted from caffemodel were of much higher precision which cannot be
represented by 8 bits. (The weights are extracted as we extract from a
normal caffemodel file created by caffe in single precision format)
For example:
The lowest value from layer#1 weights(conv1) was 0.0000015 and this can't be represented using 8 bits.
The quantization parameters read as given below-