You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CaffeOnACL is a project that is maintained by **OPEN** AI LAB, it uses Arm Compute Library (NEON+GPU) to speed up [Caffe](http://caffe.berkeleyvision.org/) and provide utilities to debug, profile and tune application performance.
@@ -8,12 +8,12 @@ The release version is 0.3.0, is based on [Rockchip RK3399](http://www.rock-chip
8
8
* The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies. See also [Arm Compute Library](https://github.com/ARM-software/ComputeLibrary).
9
9
* Caffe is a fast open framework for deep learning. See also [Caffe](https://github.com/BVLC/caffe).
There are some compatibility issues between ACL and Caffe Layers, we bypass it to Caffe's original layer class as the workaround solution for the below issues
18
18
19
19
* Normalization in-channel issue
@@ -23,10 +23,10 @@ There are some compatibility issues between ACL and Caffe Layers, we bypass it t
23
23
24
24
Performance need be fine turned in the future
25
25
26
-
# 2 Release History
26
+
# Release History
27
27
The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37).
28
28
29
-
##2.1 CaffeOnACL Version 0.3.0 - Aug 26, 2017
29
+
###Version 0.3.0 - Aug 26, 2017
30
30
Support Arm Compute Library version 17.06 with 4 new layers added
31
31
32
32
* Batch Normalization Layer
@@ -35,14 +35,14 @@ Support Arm Compute Library version 17.06 with 4 new layers added
35
35
* Concatenate layer
36
36
37
37
38
-
##2.2 CaffeOnACL Version 0.2.0 - Jul 2, 2017
38
+
###Version 0.2.0 - Jul 2, 2017
39
39
40
40
Fix the issues:
41
41
42
42
* Compatible with Arm Compute Library version 17.06
43
43
* When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly.
44
44
45
-
##2.3 CaffeOnACL Version 0.1.0 - Jun 2, 2017
45
+
###Version 0.1.0 - Jun 2, 2017
46
46
47
47
Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 :
0 commit comments