This project seems like a good reference to quantize a NN model under embedded environment:
https://github.com/ARM-software/ML-KWS-for-MCU/blob/master/Deployment/Quant_guide.md
Hi, I wonder if the computing of each layer is fixed point data type. As far as I know, the ristretto implements their dynamic fixed point data type by simulation. They just tranfer the data to fixed point and assgin back using float. Thus the real computing is still based on float.
POC implemetation https://github.com/Tencent/ncnn/pull/487
Most helpful comment