https://github.com/jonnor/micro_speech_nano33
https://github.com/jonnor/micro_speech_nano33
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonnor/micro_speech_nano33
- Owner: jonnor
- Created: 2023-11-14T23:25:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T23:20:32.000Z (about 2 years ago)
- Last Synced: 2025-02-08T15:48:14.788Z (11 months ago)
- Language: C
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Forked example of micro_speech from Tensorflow Lite Micro for the Arduino Nano 33.
Originally from [tflite-micro-arduino-examples](https://github.com/tensorflow/tflite-micro-arduino-examples/tree/main/examples/micro_speech).
Updated to work with the latest training code (as of November 2023),
so that one can deploy custom models.
Fixes issues such as
```
Didn't find op for builtin opcode 'CONV_2D' version '3'.
An older version of this builtin might be supported. Are you using an old TFLite binary with a newer model?
Failed to get registration from op code CONV_2D
AllocateTensors() failed
Requested feature_data_ size 536907080 doesn't match 1960
Feature generation failed
```