TensorFlowAndroidMNIST icon indicating copy to clipboard operation
TensorFlowAndroidMNIST copied to clipboard

Tensorflow MNIST demo on Android

Results 14 TensorFlowAndroidMNIST issues
Sort by recently updated
recently updated
newest added

Hi! I am a freshman developer to JNI and may I ask you a question about this?? I want to build this project on my android phone with API Level...

android_sdk_repository( name = "androidsdk", api_level = 23, build_tools_version = "23.0.1", path = "/home/gzzhang/android-sdk", ) android_ndk_repository( name="androidndk", path="/opt/android-ndk", api_level=9,

I succeeded on building beginner.py and expert.py to beginner-graph.pb and expert-graph.pb files to be used in the Android project. But when I replaced these files in the app/src/main/assets/ only beginner-graph.pb...

The default mode is ram, but I want to use x86 ,how to modify .thanks

Is it possible to implement mnist without writing c code to generate a new .so ? I mean, Is it possible to implement this only using "libandroid_tensorflow_inference_java.jar" and "libtensorflow_inference.so" ?

I got the following error while running 'make' command in jni-build folder `ndk-build make[1]: Entering directory '/home/codehead/TensorFlowAndroidMNIST/jni-build' Android NDK: WARNING:jni/Android.mk:tensorflow_mnist: non-system libraries in linker flags: jni/libs/armeabi-v7a/libprotos_all_cc.a jni/libs/armeabi-v7a/libprotobuf.a jni/libs/armeabi-v7a/libprotobuf_lite.a /home/codehead/Downloads/android-ndk-r12b/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_static.a /home/codehead/Downloads/android-ndk-r12b/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libsupc++.a...

I ran expert.py and used the .pb file it produced with the same android code you provided and it didnt work. The app keeps on crashing or when I try...

Hi I think I found a new way to save model.It also save variable and model. https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/serving_basic.md

Hi, I 'm currently using "INV" op and encounter some error : `Error during inference: Invalid argument: No OpKernel was registered to support Op 'Inv' with these attrs [[Node: incept5b/in4_conv1x1_55/batch_norm/moments/moments_1/divisor...