ArduinoTensorFlowLiteTutorials icon indicating copy to clipboard operation
ArduinoTensorFlowLiteTutorials copied to clipboard

Results 15 ArduinoTensorFlowLiteTutorials issues
Sort by recently updated
recently updated
newest added

Adding the guard that ensures that the model file is aligned when compiled into program memory. Without this guard the tensorarena is misaligned and libraries that add uneven bytes to...

Hi @all , I just tried training a model for Punch/Flex gesture and was not able to understand why are we adding 4 and dividing by 8 similarly for 2000...

I am trying out the gesture recognization example using the **IMU_Classifier** example for detecting a "punch" gesture. I see that the Arduino setup() code is kind of blocked when trying...

After running and retrieving model.h from IMU_Capture .csv data, I can't compile IMU_Capture.ino. I can't find the problem Here is the compilation error. ``` /home/apehooman/Arduino/libraries/Arduino_TensorFlowLite/src/cortex-m4/fpv4-sp-d16-softfp/libtensorflowlite.a(micro_error_reporter.cpp.o): In function `tflite::MicroErrorReporter::Report(char const*, std::__va_list)':...

In the Colab notebook, after the training we plot some graphs. The last one, which is "Plot the predictions along with to the test data", is literally taken from a...