User Activity

Hello Community,I am working on a machine learning project and I am using an accelerometer sensor "STEVAL-MKI190v1". The board description and documentation can be found on this link The driver files for it is available on this github link. Now I hav...
I have a convolutional model with convolutional layers bach normalization layers and Dense layers at the end. The model is converted to a tflite model. The inferencing works perfect on computer using tflite but When I try to deploy it on the nucleo h...
/* USER CODE BEGIN PV */ static ai_buffer *ai_input; static ai_buffer *ai_output; /* USER CODE END PV */   int main(void){ ... // Chunk of memory used to hold the intermediate values for neural network AI_ALIGNED(32) ai_u32 activations[AI_NETWORK_D...
I tried to compress a keras model. It is a versy simple Neural network model with just fully connected (dense) layers. I converted it to tflite and compressed the weight to tf.float16 which was originally tf.float32. When I upload the model, it gave ...
Kudos from