I converted a pretrained model to TF-lite and would like to deploy to the edge device. If we got new training data and would like to improve the pretrained model, is it possible to do on the edge device? Ex. Is there any method to train the model and save to TF-lite(FlatBuffer) again on edge device?
Thanks for any inputs!
On-device training is not fully supported yet on TF Lite but you can refer to this blog post to see how it can be done. https://blog.tensorflow.org/2019/12/example-on-device-model-personalization.html
The basic idea is: