EloquentTinyML icon indicating copy to clipboard operation
EloquentTinyML copied to clipboard

Eloquent interface to Tensorflow Lite for Microcontrollers

Results 19 EloquentTinyML issues
Sort by recently updated
recently updated
newest added

The DigitsExample.ino doesn't compile as it shows the following error for the Arduino Nano 33 BLE board. ![error](https://user-images.githubusercontent.com/44451929/143722330-6761b079-ae8f-4792-874d-727246bad15f.JPG) Also, if I try compiling it for the Arduino Uno board, then...

Hello Simone, I used your script to create TinyML models, which should recognize 96x96 grayscale images. In Python everything worked as well, model was created. Only compiling for Nano33 BLE...

enhancement

I see that EloquentTinyML lib use a old version of Tensorflow lite. Is there some plan to upgrade to a new version? Maybe a tutorial about upgrade. Anyway this a...

enhancement

error: insn does not satisfy its constraints: } ^ (insn 45 1406 1640 111 (set (reg:SF 19 f0 [orig:198 _248 ] [198]) (mem/u/c:SF (symbol_ref/u:SI ("*.LC101") [flags 0x2]) [0 S4 A32]))...

invalid

compiling in Arduino IDE for stm32f103c series generate this error: libmaple_types.h:49:13: error: 'int32' has a previous declaration as 'typedef int int32'

I am trying to use the Eloquent Library with the Seeed Wio Terminal on my Windows 10. When I try to compile the SineExample, it gives me this error: ```...

I was trying to run tflite model on Arduino Nano 33 BLE sense, I downloaded the required libraries: EloquentTinyML and tflm_cortexm, but errors were reported when compiling. libraries\tflm_cortexm\tflm_cortexm.a(fully_connected.cpp.o): In function...

Hi! I am getting a bunch of linker errors, appearing to be circular imports. I am using TFLM_ESP32 v2.0 and EloquentTinyML 3.0.1 Thanks in advance. Linking everything together... /home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/xtensa-esp32-elf-g++ @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_flags...