Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Accessing tflite model's parameters from Spresense SDK
-
Hi
-
Is it possible to perform On-Device training using the existing TFLM_RT support on Spresense SDK?
-
Is it possible to access / update the model parameters (weights and biases) of the tflite model using Spresense SDK?
Thanks in advance
-
-
Hey, @suburban-daredevil
-
No, that is not possible. The idea is that you train your model on your machine and do only inference on Spresense.
-
It is possible to access the model parameters, but there is no predefined function to do that. But you could read the binary file of the model and modify it if you know what to do.
-
-
Hey @CamilaSouza
Thanks for the suggestion!
-
Hey @suburban-daredevil, I’m working on something similar to this or exactly this, there hasn’t been a lot of work that I’ve found that relates to this topic, therefore there’s a lot of research that needs to be done. I’d love to bounce off some ideas with you if you’re still researching this topic, and still want to implement on-device training. Please let me know whether you’re interested. Thank you!
-
Hey @Benediction-1-2,
Yeah I'm currently researching in this topic and would to collaborate. Any ideas to move forward with regard to this?
Thanks