Hello,
I am starting to experiment with the On-Device Training feature with TensorFlow Lite. Can be used this feature in a quantization scheme as well?
Thanks.
Hello,
I am starting to experiment with the On-Device Training feature with TensorFlow Lite. Can be used this feature in a quantization scheme as well?
Thanks.
Yes. On-Device training feature with TFLite can be used in a quantization scheme. This tutorial shows you how to construct a TensorFlow Lite model that can be incrementally trained and improved within an installed Android app.
Thank You