diff options
author | xuhaibing <hxu@openailab.com> | 2017-09-24 22:10:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 22:10:26 +0800 |
commit | 7305f864429b8dc96d7606cc2a0308d9328de9d3 (patch) | |
tree | 96c8c40fac97e212fa59dfcdf47c812bb3927499 | |
parent | 64eca632131404a843ec6a78fb6b4dc3a95ebccb (diff) | |
download | caffeonacl-7305f864429b8dc96d7606cc2a0308d9328de9d3.tar.gz caffeonacl-7305f864429b8dc96d7606cc2a0308d9328de9d3.tar.bz2 caffeonacl-7305f864429b8dc96d7606cc2a0308d9328de9d3.zip |
Update release_notes.md
-rw-r--r-- | acl_openailab/release_notes.md | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/acl_openailab/release_notes.md b/acl_openailab/release_notes.md index 94bf55d8..22fa2349 100644 --- a/acl_openailab/release_notes.md +++ b/acl_openailab/release_notes.md @@ -1,66 +1,66 @@ -# Release Note -[![Build](https://img.shields.io/teamcity/codebetter/bt428.svg)](build) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) - -The release version is 0.3.0. You can download the source code from [OAID/CaffeOnACL](https://github.com/OAID/CaffeOnACL) - -## Verified Platform : - -The release is verified on 64bits ARMv8 processor - +# Release Note
+[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
+
+The release version is 0.3.0. You can download the source code from [OAID/CaffeOnACL](https://github.com/OAID/CaffeOnACL)
+
+## Verified Platform :
+
+The release is verified on 64bits ARMv8 processor
+
- Hardware platform : Rockchip RK3399 ([Firefly-RK3399 board](http://wiki.t-firefly.com/index.php/Firefly-RK3399))
-- Software platform : Ubuntu 16.04<br> - -## ACL Compatibility Issues : -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 - -* Normalization in-channel issue -* Tanh issue -* Softmax supporting multi-dimension issue -* Group issue - -Performance need be fine turned in the future - -# Issue Report -Encounter any issue, please report on [issue report](https://github.com/OAID/CaffeOnACL/issues). Issue report should contain the following information : - -* The exact description of the steps that are needed to reproduce the issue -* The exact description of what happens and what you think is wrong - +- Software platform : Ubuntu 16.04<br>
+
+## ACL Compatibility Issues :
+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
+
+* Normalization in-channel issue
+* Tanh issue
+* Softmax supporting multi-dimension issue
+* Group issue
+
+Performance need be fine turned in the future
+
+# Issue Report
+Encounter any issue, please report on [issue report](https://github.com/OAID/CaffeOnACL/issues). Issue report should contain the following information :
+
+* The exact description of the steps that are needed to reproduce the issue
+* The exact description of what happens and what you think is wrong
+
## Release History
-The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37). +The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37).
- -## CaffeOnACL Version 0.3.0 - Aug 26, 2017 - -Support Arm Compute Library version 17.06 with 4 new layers added +
+## CaffeOnACL Version 0.3.0 - Aug 26, 2017
+
+Support Arm Compute Library version 17.06 with 4 new layers added
* Batch Normalization Layer
* Direct convolution Layer
* Locally Connect Layer
-* Concatenate layer -
-
-## CaffeOnACL Version 0.2.0 - Jul 2, 2017 - -Fix the issues: - -* Compatible with Arm Compute Library version 17.06 -* When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly. - -
-
-## CaffeOnACL Version 0.1.0 - Jun 2, 2017 - - Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 : - -* Convolution Layer -* Pooling Layer -* LRN Layer -* ReLU Layer -* Sigmoid Layer -* Softmax Layer -* TanH Layer -* AbsVal Layer -* BNLL Layer -* InnerProduct Layer +* Concatenate layer
+
+
+## CaffeOnACL Version 0.2.0 - Jul 2, 2017
+
+Fix the issues:
+
+* Compatible with Arm Compute Library version 17.06
+* When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly.
+
+
+
+## CaffeOnACL Version 0.1.0 - Jun 2, 2017
+
+ Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 :
+
+* Convolution Layer
+* Pooling Layer
+* LRN Layer
+* ReLU Layer
+* Sigmoid Layer
+* Softmax Layer
+* TanH Layer
+* AbsVal Layer
+* BNLL Layer
+* InnerProduct Layer
|