FaceVerificationAndroid icon indicating copy to clipboard operation
FaceVerificationAndroid copied to clipboard

How mxnet calls openblas

Open Zhaoxuyu opened this issue 3 years ago • 0 comments

Hi, Thank you for your work.

I have compiled jni_libmxnet_predict.so and libopenblas_armv7p-r0.3.5.so.

In JAVA program, I call MXNET function.

The model can be loaded successfully, but when execute Forword(), it give error"linalg_batch_gemm not implemented by mxnet for cpu, needs cblas!"

I guess it is because in JAVA code, it can find mxnet function, but mxnet function can not find openblas, is it correct?

How do you use openblas for mxnet for Android?

Zhaoxuyu avatar Apr 26 '21 08:04 Zhaoxuyu