Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL EXCEPTION - pool-1-thread-1 #8

Open
olamide-olaniyan opened this issue Sep 19, 2018 · 3 comments
Open

FATAL EXCEPTION - pool-1-thread-1 #8

olamide-olaniyan opened this issue Sep 19, 2018 · 3 comments

Comments

@olamide-olaniyan
Copy link

olamide-olaniyan commented Sep 19, 2018

I keep getting this error when i replaced the tflite model and the label to my own tflite model.
java.lang.RuntimeException: Error initializing TensorFlow!
Caused by: java.io.FileNotFoundException: optimized_output_graph.tflite
Is there anything im doing wrong. Please put me through

screenshot 81

@Umapraveen
Copy link

Im also facing same isssue. Is there any update on this??

@nshdesai
Copy link

Try adding this to your build.gradle file

android {
    <All the other configs>
    
    aaptOptions {
       noCompress "tflite"
    }
}

@Anshulverma33
Copy link

I am also facing this type of error. if is it fix then please reply here????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants