Description:
I am currently working on a project using ESP32 and ESP32-S3 boards and utilizing the ulab. First of all, I would like to express my gratitude for this excellent library and its support for numpy in MicroPython.
I am exploring ways to push the capabilities of the ESP32 board to its limits. As part of my project, I would like to investigate the possibility of training and retraining TFLite models or numpy based small Neural nets models in real-time using the ulab library.
Specifically, I am interested in the following capabilities:
Training Neural Network models: Is it possible to utilize the ulab to retrain, train or tune models directly on the ESP32 board? This would involve updating the model weights and biases during runtime based on real-time data. It would be beneficial for scenarios where the model needs to adapt and improve its performance continuously.
I would appreciate any insights, guidance, or examples on how to achieve these capabilities using the any libaray. Additionally, if these features are not currently supported, I would be interested to know if there are any plans or possibilities of adding such functionality in future updates.
Thank you for your attention and support. I look forward to any feedback or suggestions regarding training and real-time retraining of models using the libraries in MicroPython.
As this is not a request for implementing a specific function, method, or feature, I would suggest to move this to the discussion section. I would be happy to consider adding some Tensorflow features, if needed.
Description: I am currently working on a project using ESP32 and ESP32-S3 boards and utilizing the ulab. First of all, I would like to express my gratitude for this excellent library and its support for numpy in MicroPython.
I am exploring ways to push the capabilities of the ESP32 board to its limits. As part of my project, I would like to investigate the possibility of training and retraining TFLite models or numpy based small Neural nets models in real-time using the ulab library.
Specifically, I am interested in the following capabilities:
Training Neural Network models: Is it possible to utilize the ulab to retrain, train or tune models directly on the ESP32 board? This would involve updating the model weights and biases during runtime based on real-time data. It would be beneficial for scenarios where the model needs to adapt and improve its performance continuously.
I would appreciate any insights, guidance, or examples on how to achieve these capabilities using the any libaray. Additionally, if these features are not currently supported, I would be interested to know if there are any plans or possibilities of adding such functionality in future updates.
Thank you for your attention and support. I look forward to any feedback or suggestions regarding training and real-time retraining of models using the libraries in MicroPython.
Here are some useful relevant resources