Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Enthernet Code on 9/11/2024 in #firmware-and-baremetal
Tensor Allocation Issue in TinyML Deployment on Arduino Nano 33 BLE Sense
I'm working on a TinyML project using an
Arduino Nano 33 BLE
Sense microcontroller with a built-in 9-axis
inertial measurement unit (IMU
) sensor (LSM9DS1
). My goal is to deploy a gesture recognition model using TensorFlow Lite
for Microcontrollers. I have followed the steps to collect data
, train
the model|, and
deploy` it onto the microcontroller, but I am encountering an error during inference.
here's my code
9 replies