Hi I’m new to tensorflow and I’m trying to make RandomForestClassifier or Recommendation model to be enable to re-train on-device(Android) with tabular data (mostly customer interaction). Can we re-train the model on device once deployed with this new data set.
I think it really depends on whether the tf ops used in your model is also available for tf lite عملگرهای TensorFlow را انتخاب کنید | TensorFlow Lite
I also just started to retrain on Android. Would be grateful to have a list of fully supported tf ops in tf lite for mobile onDevice training.