I trained a model and deployed it to XIAO ESP32S3.
RAM usage seems to be low according to this screenshot:
I created a file named boards.local.txt in C:\Users\username\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9
esp32s3.build.extra_flags=-DEI_CLASSIFIER_ALLOCATION_STATIC
But the error persists.
I would appreciate tips on how to proceed. Thank you!
The ESP S3 is a soon to be a fully supported board. But for now try:
Thanks a lot! This resolved the error.
(@AIWintermuteAI Note that for I had to change resolver.AddUnidirectionalSequenceLstm(); to resolver.AddUnidirectionalSequenceLSTM();
in src\tflite-model\tflite-resolver.h to avoid a compilation error. I am using the newly available LSTM architecture)
1 Like
Hi, @curious_cat !
I’ve merged fix to the issue you described. It should be deployed into production within next few days.
For full support for ESP32S3, there is a bit more work involved and I am on other task currently, so likely to be done in early October.
1 Like