AndroidTensorFlowMachineLearningExample icon indicating copy to clipboard operation
AndroidTensorFlowMachineLearningExample copied to clipboard

App crashes

Open swetshaw opened this issue 8 years ago • 2 comments

The App crashes when I am trying to run it using my own graph file and labels file. I tweaked the code in mainActivity.java accordingly.

Is the app hardcoded to run using only your graph and label files?

swetshaw avatar Oct 05 '17 12:10 swetshaw

@swetshaw yes, you will have to change the input and output in the class TensorFlowImageClassifier.

amitshekhariitbhu avatar Oct 05 '17 14:10 amitshekhariitbhu

I am getting the following error when I downloaded and opened your app : Gradle sync failed: Cause: error in opening zip file Consult IDE log for more details (Help | Show Log)

Is this is a problem with gradle or is it because I did not follow the steps on your blog post, and directly downloaded this ?

vaibhav-mehta1001 avatar Oct 21 '17 18:10 vaibhav-mehta1001