Numpy and Tensorflow lite libraries for M5Stack ESP32 device #15773
Unanswered
MaxRondelli
asked this question in
ESP32
Replies: 2 comments 5 replies
-
You can try TensorFlow Lite for Microcontrollers: |
Beta Was this translation helpful? Give feedback.
5 replies
-
If You will not resolve Your problem with tensorflow (Lite) package for your device, I would suggest to implement LSTM from scrach ( best with ulab) at your device - it require some coding and testing ( just rewriting code from python) but at least You will get LSTM on Your devise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am new with micropython development and I am struggling to have the correct libraries for my project. I need at least Numpy and TensorFlow Lite. I have to run inference for a LSTM model with IMU data on the M5Stack ESP32 device.
I've seen online that ulab is the corresponding numpy for micropython. I have tried to flash this firmware but it doesn't work. I didn't find any solutions yet.
Do you have any suggestion/tutorial on how I can download the correct firmware both for ulab and tflite?
Thank you.
Max
Beta Was this translation helpful? Give feedback.
All reactions