udpate release notes for r0.7

This commit is contained in:
jonyguo 2020-08-29 17:20:14 +08:00
parent 18253952f5
commit 8bde53411e
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@
* Executor and performance optimization
* Minspore graph compilation process performance improved by 20%.
* Decoupling C++ and Python modules to achieve separate compilation of core modules.
* Serving module supports restful interface [POST].
* Data processing, augmentation, and save format
* Support automatic data augmentation
* Support GNN distributed cache in single node
@ -38,7 +37,7 @@
#### Other Hardware Support
* GPU platform
* New model supported: VGG16, ResNet101, TinyBert, DeepFM.
* New model supported: VGG16, ResNet101, DeepFM.
* Support some distributed operators in ResNet50 and Wide&Deep.
* Support automatic parallel for Wide&Deep.
* Support function funcs[i](*inputs) (such as switch-case).