Sixwater Kong
Sixwater Kong
Hello,I would like to ask whether larqsupports 8-bit quantization for the first and last layers, and binary quantization for the middle layer? I have learned that the QAT toolkit of...
Hello, I found a convenient and efficient tool from the issues of CMSIS_5. I tried to use the conversion of 2D Convolutional Network weights mentioned in the nnom_utils.py file(https://github.com/majianjia/nnom/blob/87bc55e039713f60ac2716443b9c222c8db94cdd/scripts/nnom_utils.py#L150) For...
I looked through the previous problem: reordering the weights ot the neural model implemented by Keras, and converting it to the inference framework implemented by CMSIS-NN(https://github.com/ARM-software/CMSIS_5/issues/541). I ran a test...