From 5328c8020afe5a67d8e767ec5673af78ff81c30c Mon Sep 17 00:00:00 2001 From: lujiale Date: Wed, 23 Sep 2020 19:46:14 +0800 Subject: [PATCH] update RELEASE.md. --- RELEASE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 74d88134..51697212 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,22 @@ +# Release 1.0.0 + +## Major Features and Improvements +* Automatically dump the input and output of the abnormal operator when the network execution is abnormal; +* Realize dynamic multi-batch based on GotoLabel; +* Optimize the performance of dynamic shape; +* The dynamic resolution feature supports new scene that the network has multiple inputs and the shape of each input is different. + +## Bugfixes +* Fixed the issue that the input and output data of the AICPU operator cannot be dumped in the single-operator execution scenario. +* Fixed the execution fails in the custom AICPU operator cascading scenario. +* Fixed the issue that in the dynamic batch+dynamic AIPP scenario, the getinputformat and getinputdims parameters are inconsistent. + + +## Thanks to our Contributors +Thanks goes to these wonderful people: wuweikang,wangcong,weiyang,yanghaorang,xutianchun,shibeiji,zhouchao, tanghuikang, zhoulili, liujunzhu, zhengyuanhua, taoxiangdong Contributions of any kind are welcome! + +Contributions of any kind are welcome! + # Release 0.7.0-beta ## Major Features and Improvements