ESP32-TensorFlow-Lite-Sample icon indicating copy to clipboard operation
ESP32-TensorFlow-Lite-Sample copied to clipboard

Sample project for deploying TensorFlow Lite models on the ESP32 using Platformio

Results 1 ESP32-TensorFlow-Lite-Sample issues
Sort by recently updated
recently updated
newest added

I encouter this error When I generate_hello_world_esp_project by `sudo make -f tensorflow/lite/experimental/micro/tools/make/Makefile TARGET=esp generate_hello_world_esp_project` command > make: *** No rule to make target 'tensorflow/lite/experimental/micro/tools/make/gen/esp_xtensa- esp32/prj/hello_world/esp-idf/components/tfmicro/third_party/gemmlowp/fixedpoint/fixedpoint.h', needed by 'generate_hello_world_esp_project'. Stop. Is...