From 8bde53411e4497a8d733e354073d21f83252a99c Mon Sep 17 00:00:00 2001 From: jonyguo Date: Sat, 29 Aug 2020 17:20:14 +0800 Subject: [PATCH] udpate release notes for r0.7 --- RELEASE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index dde0d0f1e1e..9bf74e98d63 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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).