Hi, I’m developing android app
and my NN in python is keras(Tf.keras) with LSTM, conv2d, resnet, attention (very deep)
I want to use this NN in JAVA.android
- can I use TF-lite for my keras of python??
I heard TF.lite only support some TF model so I’m worried
-
and can I convert keras to tensorflow? and just use tensorflow in JAVA?
-
and can I convert keras to tensorflow? and just use tensorflow lite or tensorflow.mobile in JAVA?
Thx.
I personally have not worked with PyTorch Mobile so I wouldn’t be able to compare them, but I have noticed that the TF Lite Android Support Library is pretty stable