How to deploy a quantized model on an embedded platform
Hello everyone, I have a pytorch model (mymodel.pth) obtained by running the mixed-precision quantization of this algorithm: * https://github.com/eml-eda/q-ppg. I followed the instructions in the readme section.Python models are not natively supporte...