Hi, all
I want to use TF lite C++ API for training on my android. Is there any guide about such scenario? May be someone has seen some good references on github. I can see only example with Java on official page. Thank you
Hi, all
I want to use TF lite C++ API for training on my android. Is there any guide about such scenario? May be someone has seen some good references on github. I can see only example with Java on official page. Thank you
If you’re looking into using the C++ API from Java, we can do that with the JavaCPP Presets for TensorFlow Lite:
No, I’m just looking for C++ API training examples. There is On-Device Training with TensorFlow Lite a tutorial with Java API in use. It’s mentioned that it’s possible to do with C++ also, but no examples showed.