-
I keep getting build errors when I build xformer (see https://github.com/xmos/ai_tools/issues/909).
```
ERROR: /home/andy/.cache/bazel/_bazel_andy/8b429239a50f407a9e6918483356d160/external/lib_tfl…
-
Greetings,
Thanks for maintaining such a cool project :rocket:
I am using a tflite model at full precision (FP32) and noticing a significant difference in the arena memory requirement between t…
-
Can the microWakeWord engine run natively on RP2350 or RP2040 microcontroller platforms (
* https://en.wikipedia.org/wiki/RP2350
* https://www.raspberrypi.com/products/rp2350/
* https://www…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 22.04
- TensorFlow installation (pip package or built from source): pip package
- TensorFlow library (v…
-
Hi,
I am trying to use the EloquentTensorFlowCortexM library to deploy a neural network model on the Sony Spresense, however, I am encountering an error which will not allow me to proceed. I have at…
-
The arduino core for esp32 updates to v3 has a lot of API changes, this library is not compatible with it.
Compilation error:
```
In file included from /home/hal/Arduino/libraries/tflm_esp32/src/…
-
Running a model with a fully connected layer with different input / filter types fails due to the following assert in the ESP-NN kernel:
https://github.com/espressif/esp-tflite-micro/blob/7fd66e401…
-
Tensorflow version : '2.1.0'
Target platform: Arduino nano 33 sense BLE
micro_mutable_op_resolver.h:21:10: fatal error: tensorflow/lite/c/common.h: No such file or directory
when I deploy hello…
-
### TinyML: Tensorflow lite for microcontroller 이슈
이곳은 텐서플로우 라이트 한글화 프로젝트의 Issue 공간입니다. 텐서플로우 자체에 이슈가 있다면 아래의 Github 링크나 Stack Overflow를 참조하시기 바랍니다.
- 이슈내용: make를 할 때 이 레포에서 받은 파일과 최신 레포에서 둘다 해…
-
I am currently working with arduino nano 33 ble sense. Since the tensorflow lite library for arduino was removed, I manually installed using this link https://downloads.arduino.cc/libraries/github.com…