-
Notifications
You must be signed in to change notification settings - Fork 204
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
run ./bin/caffe train
through android adb
#35
Comments
I also got this problem when I run ./caffe train --solver=lenet_solver.prototxt |
@elife33 @DevilGragon |
@DevilGragon |
actually, it does not compile the src/solvers/*. so I think the train function will not work. While I am looking forward to make it work, for example the mnist train use the sgd_solver.cpp. |
I compiled caffe-android-lib successfully for armeabi-v7a, and would like to train a model
directly on phone.
Without hassling with UI, I decide to run caffe binary through adb shell. After having the
root permission, I run
However, I got a segmentation fault.
Meanwhile, using libcaffe.so in Android app works perfectly.
The text was updated successfully, but these errors were encountered: