-
Notifications
You must be signed in to change notification settings - Fork 98
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
loss err when enable ComputeLibrary on ACLCAFFE #13
Comments
mtk_disable_acl.log ============================ WARNING: Logging before InitGoogleLogging() is written to STDERR |
mtk_open_acl.log ======================================= |
Issue summary
loss err when enable ComputeLibrary on ACLCAFFE
Steps to reproduce
1:build https://github.com/ARM-software/ComputeLibrary by command:
scons Werror=1 -j8 debug=0 asserts=1 neon=1 opencl=1 embed_kernels=1 os=android arch=arm64-v8a
2:build ACLCAFFE to android platform by enable env:
export ACL_DIR=${ANDROID_LIB_ROOT}/ComputeLibrary
-DCPU_ONLY=ON
-DUSE_PROFILING=ON
-DUSE_ACL=ON \
3: run caffe on android MTK/QCOM arm platform by test mnist
4: use the same model and protobuf,
Err result loss :
loss = 2.30261 (* 1 = 2.30261 loss)
ps : at the same code , only set -DUSE_ACL=OFF \
the loss will be right:
loss = 0.0486609 (* 1 = 0.0486609 loss)
Your system configuration
Operating system: ubuntu 16.04
Compiler: aarch64-linux-android-
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:open
Python or MATLAB version (for pycaffe and matcaffe respectively):
The text was updated successfully, but these errors were encountered: