caffe-jacinto-models icon indicating copy to clipboard operation
caffe-jacinto-models copied to clipboard

using quantization is slower

Open liangzimei opened this issue 6 years ago • 2 comments

hello, i run the imagenet classification demo, i find it is slower when setting quantize=ture, is it normal? using quantization not using quantization

liangzimei avatar Jun 26 '18 11:06 liangzimei

What we are doing is simulating quantization and measuring how much error would occur if you this kind of fixed point result. Thus you know what degradation to expect when you port your CNN algorithm to an embedded device with fixed point quantization. This is nit a fast fixed point implementation.

mathmanu avatar Jun 26 '18 15:06 mathmanu

@mathmanu okay, thanks for your reply..

liangzimei avatar Jun 27 '18 07:06 liangzimei