I am using your network for my research and wanted to evaluate your network on android.
The Tensorflow version you used to generate the frozen graph is TF 1.4 according to the documentation.
I trained and generated a pb file but I am still confused how to run it on android. Currently Tensorflow has TF Lite. I tried to convert the pb file to tflite but I get errors of compatibility.
Tensorflow Lite was not available yet on TF 1.4.
How did you run the model on android without using TensorFlow lite?
(I have limited knowledge about android apps and java)
I am using your network for my research and wanted to evaluate your network on android. The Tensorflow version you used to generate the frozen graph is TF 1.4 according to the documentation. I trained and generated a pb file but I am still confused how to run it on android. Currently Tensorflow has TF Lite. I tried to convert the pb file to tflite but I get errors of compatibility. Tensorflow Lite was not available yet on TF 1.4. How did you run the model on android without using TensorFlow lite? (I have limited knowledge about android apps and java)