User Activity

Hello,I used the Pruning API of Tensorflow and reduced the weights of my model. If i import the saved TensorflowLite model to the MCU, the deleted weights get initialized with zero. Is there a possibility only to use the other weights? Because I can ...
I converted a keras model to a quantized TFLite model to load this on my MCU. But i think Cube.ai doesnt yet support fixed Point TFLite models.Will this feature be enabled in the future?
Hello,i used the stm32ai software to quantize my MNIST model. I can load the quantized model on my STM32H743-Nucleo Board and with the Validation Software I can validate my quantized model on target.But I would like to create my own Application, so I...
Hello,I flashed my STM32F4-Discovery. If I want to validate on target I get the following error:"ERROR: no connected board(s) or invalid firmware or the board should be re-started"I think my error comes up with the firmware, but how can I solve it?Be...