Md Shopon
Md Shopon
Hello, first I was using keras 2.0. Then i realized thousands of things have changed in 2.0. So I downgrade keras to 1.0.8. Now I am getting the following error....
I saw the issue about OS X Build fail and then took the following steps git clone https://github.com/clementfarabet/lua---mattorch.git cd lua---mattorch mkdir build cd build cmake -DMATLAB_ROOT=/usr/local/MATLAB/R2017a after this command this...
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 wanted to morph two handwriting images. Is it possible to do with it ?
Hello there, I have trained a model of my own dataset which consists of Bangla characters of 60 different labels. When I replaced the opt_mnist_convnet-keras.pb with my own file I...
I was trying to implement Spatial Transformer Layer in my Code but I am getting this error. Is there any solution for it ? ` def locnet(): b = np.zeros((2,...