From b3cfbcb77c7e2c2828006f87d53eb6e4c0722b76 Mon Sep 17 00:00:00 2001 From: zhangyi Date: Mon, 18 Apr 2022 15:16:03 +0800 Subject: [PATCH] modify the files --- RELEASE.md | 6 +++--- RELEASE_CN.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index d81561d4d73..2e041b3a4ee 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,7 +20,7 @@ - [STABLE] Add `mindspore.callback.History` and `mindspore.callback.LambdaCallback` in Callback. - [BETA] Support custom operator implemented by Julia operator. - [STABLE] Support accessing attributes and methods of user-defined classes through `mindspore.ms_class` class decorator. -- [STABLE] Support training when a network has side effect operations and control flow statements at the same time. +- [STABLE] Support training when a network has side effect operations and control flow statements at the same time. - [STABLE] Support for more complex control flow syntax, such as a for loop statement in the body of a while loop. - [STABLE] Improve the performance of networks with complex syntax control flow statements by decreasing the num of subgraphs. @@ -37,9 +37,9 @@ - [STABLE] Support AdaSum optimizer in the parallel mode. - [STABLE] Support automatic optimizer state parallel. - [STABLE] Support AlltoAll configurable. Support automatically add virtualdataset cell. -- [STABLE] Support automatically infer trainable parameters in pipeline parallel training. +- [STABLE] Support automatically inference trainable parameters in pipeline parallel training. - [STABLE] Support clusters where the device number is not the power of 2. -- [STABLE] Support sharding propagation in auto parallel mode. +- [STABLE] Support sharding propagation in auto-parallel mode. - [STABLE] Support optimizer offload under the unified runtime. - [STABLE] Support Adafactor operator on CPU. - [STABLE] Support sharding at H/W axis for Conv2d/Conv2DTranspose operator. Support operators such as ResizeBilinear,ROIAlign, CropAndResize, BoundingBoxEncode, IOU and RandomChoiceWithMask. diff --git a/RELEASE_CN.md b/RELEASE_CN.md index 1176ecf5af3..e45d412e5b5 100644 --- a/RELEASE_CN.md +++ b/RELEASE_CN.md @@ -1,6 +1,6 @@ -[View English](./RELEASE.md) +# MindSpore Release Notes -# MindSpore 1.7.0 +[View English](./RELEASE.md) ## MindSpore 1.7.0 Release Notes