update r0.3.1 release notes

This commit is contained in:
jonyguo 2020-07-09 09:57:04 +08:00
parent 1c9ed09fd0
commit d3fbc1523b
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
# Release 0.3.1-alpha
## Major Features and Improvements
### Ascend 910 Training and Inference Framework
* Frontend and User Interface
* Independent model init interface.
* Data processing, augmentation, and save format
* Support sample padding for minddataset.
## Bugfixes
* Python API
* Fix bugs in the lars optimizer([!1894](https://gitee.com/mindspore/mindspore/pulls/1894))
* Data processing
* Fix accuracy problem of RandomCropDecodeResize ([!2340](https://gitee.com/mindspore/mindspore/pulls/2340))
# Release 0.3.0-alpha
## Major Features and Improvements