Open jeremycheong opened 6 years ago
I meet the same problem! Did you solve it?
The reason is ACL didn't support pooling top mask, we have to fall back the test to Caffe:
diff --git a/src/caffe/layers/acl_pooling_layer.cpp b/src/caffe/layers/acl_pooling_layer.cpp
index f62fb5d..c7951d7 100644
--- a/src/caffe/layers/acl_pooling_layer.cpp
+++ b/src/caffe/layers/acl_pooling_layer.cpp
@@ -43,6 +43,7 @@ template
I am working on firefly3399(RK3399), I refer to the User Quick Guide and everything is OK, but when I am doing the unit test which is the last step. something is wrong and i checked the source code, try to fix it. But nothing can be changed.
My system configuration
Operating system: xunbutu16.04 (aarch64) Compiler: firefly3399(RK3399) CUDA version (if applicable): no CUDNN version (if applicable): no BLAS: openBLAS(use OPENMP) re-compiled