You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: