-
Notifications
You must be signed in to change notification settings - Fork 40
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
caffe-classification-opencl mispredicts and segfaults on 32-bit Android #76
Comments
When setting
|
It's ironic but on the Galaxy A6 tablet:
I get the opposite failures with
|
I've reproduced at my Galaxy Note 4 but with a little bit another error :
|
That's a different issue. Remember it's a Mali device - you need to build with
|
ok, thanks
without any segmentation fault. And the same for android app using scenario |
For 64 Dima's Xiaomi I've got another error:
|
It's Meizu actually (m3 note). Stop calling it Xiaomi! :) |
BTW, we also position our Android app now as an engine to crowdsource OpenCL bug detection in DNN ;) ! |
I also see linking warnings (see above) - they seem harmless... BTW, @DVEfremov, when I use different images, I get slightly different results (if I look at the probabilities, not the labels). Is it the same for you? I'm beginning to think this issue may be related to: naibaf7/caffe#60 |
I've tested at Galaxy note different images fro same OpeCL SqueezeNet 1.1 |
So this issue is still a mystery... |
When running on the T-Firefly board (Android 5.1.1, 32-bit, Mali-T760 w/ driver v6.0):
I observe different behaviour of the
caffe-classification-opencl
program:(the prediction is wrong; moreover, similar mispredictions are produced for other images)
(the prediction is correct despite the segfault)
The text was updated successfully, but these errors were encountered: