AndroidTensorFlowMachineLearningExample icon indicating copy to clipboard operation
AndroidTensorFlowMachineLearningExample copied to clipboard

Android TensorFlow MachineLearning Example (Building TensorFlow for Android)

Results 13 AndroidTensorFlowMachineLearningExample issues
Sort by recently updated
recently updated
newest added

updates to latest library versions with no compatibility issues.

The app is built, but nothing happens. No apps installed. ![image](https://user-images.githubusercontent.com/33698885/82466387-50b92080-9afb-11ea-9126-354c35bfd848.png) What's going on?

I have completed training the dataset using TensorFlow and I am freezing the model. A protobuffer file(.pb) has been created and I am providing the same to Android Studio. After...

I followed the steps to your blog but I get an error about c/c++ files in the cpp folder(created by itself). I dont know how you built the .so file....

i have followed the procedure you described to create the so file. i modified the workspace file and added the last 2 parts so thew workspace became as follows workspace(name...

Process: com.mindorks.tensorflowexample, PID: 517 java.lang.RuntimeException: Error initializing TensorFlow! at com.mindorks.tensorflowexample.MainActivity$5.run(MainActivity.java:158) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818) Caused by: java.lang.RuntimeException: Native TF methods not found; check that the correct native libraries...

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...