Skip to content

Commit c53256f

Browse files
authored
Update release_notes.md
1 parent ed85390 commit c53256f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

acl_openailab/release_notes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1. CaffeOnACL
1+
# CaffeOnACL
22
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
33

44
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
88
* 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).
99
* Caffe is a fast open framework for deep learning. See also [Caffe](https://github.com/BVLC/caffe).
1010

11-
## 1.1 Documents
11+
### Documents
1212
* [Installation instructions](https://github.com/OAID/CaffeOnACL/blob/master/acl_openailab/installation.md)
1313
* [User Manuals PDF](https://github.com/OAID/CaffeOnACL/blob/master/acl_openailab/user_manual.pdf)
1414
* [Performance Report PDF](https://github.com/OAID/CaffeOnACL/blob/master/acl_openailab/performance_report.pdf)
1515

16-
## 1.2 Arm Compute Library Compatibility Issues :
16+
### Arm Compute Library Compatibility Issues :
1717
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
1818

1919
* Normalization in-channel issue
@@ -23,10 +23,10 @@ There are some compatibility issues between ACL and Caffe Layers, we bypass it t
2323

2424
Performance need be fine turned in the future
2525

26-
# 2 Release History
26+
# Release History
2727
The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37).
2828

29-
## 2.1 CaffeOnACL Version 0.3.0 - Aug 26, 2017
29+
### Version 0.3.0 - Aug 26, 2017
3030
Support Arm Compute Library version 17.06 with 4 new layers added
3131

3232
* Batch Normalization Layer
@@ -35,14 +35,14 @@ Support Arm Compute Library version 17.06 with 4 new layers added
3535
* Concatenate layer
3636

3737

38-
## 2.2 CaffeOnACL Version 0.2.0 - Jul 2, 2017
38+
### Version 0.2.0 - Jul 2, 2017
3939

4040
Fix the issues:
4141

4242
* Compatible with Arm Compute Library version 17.06
4343
* When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly.
4444

45-
## 2.3 CaffeOnACL Version 0.1.0 - Jun 2, 2017
45+
### Version 0.1.0 - Jun 2, 2017
4646

4747
Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 :
4848

0 commit comments

Comments
 (0)