Update release_notes.md
authorxuhaibing <hxu@openailab.com>
Sun, 24 Sep 2017 14:52:26 +0000 (22:52 +0800)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2017 14:52:26 +0000 (22:52 +0800)
acl_openailab/release_notes.md

index 8c8afc7..33fed6d 100644 (file)
@@ -1,4 +1,4 @@
-# 1. Release Note\r
+ # 1. Release Note\r
 [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)\r
 \r
 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. \r
@@ -21,6 +21,7 @@ Please refer to [Performance Report](performance_report.pdf) for details
 ## 1.4 Performance Report\r
 Please refer to [Performance Report](performance_report.pdf) for details\r
 \r
+\r
 ## 1.5 Arm Compute Library Compatibility Issues :\r
 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\r
 \r
@@ -31,19 +32,10 @@ There are some compatibility issues between ACL and Caffe Layers, we bypass it t
 \r
 Performance need be fine turned in the future\r
 \r
-# 2 Issue Report\r
-Encounter any issue, please report on [issue report](https://github.com/OAID/CaffeOnACL/issues). Issue report should contain the following information :\r
-\r
-*  The exact description of the steps that are needed to reproduce the issue \r
-* The exact description of what happens and what you think is wrong \r
-\r
-\r
-# 3 Release History\r
+# 2 Release History\r
 The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37).\r
 \r
-\r
-## 3.1 CaffeOnACL Version 0.3.0 - Aug 26, 2017\r
-\r
+## 2.1 CaffeOnACL Version 0.3.0 - Aug 26, 2017\r
 Support Arm Compute Library version 17.06 with 4 new layers added\r
 \r
 * Batch Normalization Layer\r
@@ -52,16 +44,14 @@ Support Arm Compute Library version 17.06 with 4 new layers added
 * Concatenate layer\r
 \r
 \r
-## 3.2 CaffeOnACL Version 0.2.0 - Jul 2, 2017\r
+## 2.2 CaffeOnACL Version 0.2.0 - Jul 2, 2017\r
 \r
 Fix the issues:\r
 \r
 * Compatible with Arm Compute Library version 17.06\r
 * When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly.\r
 \r
-\r
-\r
-## 3.3 CaffeOnACL Version 0.1.0 - Jun 2, 2017 \r
+## 2.3 CaffeOnACL Version 0.1.0 - Jun 2, 2017 \r
    \r
   Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 : \r
 \r
@@ -75,3 +65,9 @@ Fix the issues:
 * AbsVal Layer\r
 * BNLL Layer\r
 * InnerProduct Layer\r
+\r
+# 3 Issue Report\r
+Encounter any issue, please report on [issue report](https://github.com/OAID/CaffeOnACL/issues). Issue report should contain the following information :\r
+\r
+*  The exact description of the steps that are needed to reproduce the issue \r
+* The exact description of what happens and what you think is wrong \r