From 27807a21ea2e2084443d45bd4d088efdbfec13a0 Mon Sep 17 00:00:00 2001 From: jonyguo Date: Fri, 4 Sep 2020 15:18:46 +0800 Subject: [PATCH] fix: RELEASE.md spelling word error --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 131184815..cce1d8d64 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,7 +28,7 @@ * change IndexedSlices to RowTensor([!4031](https://gitee.com/mindspore/mindspore/pulls/4031)) * Must set or change parallel mode before any Initializer created([!4801](https://gitee.com/mindspore/mindspore/pulls/4801)) * Executor and performance optimization - * Minspore graph compilation process performance improved by 20%. + * MindSpore graph compilation process performance improved by 20%. * Decoupling C++ and Python modules to achieve separate compilation of core modules. * Data processing, augmentation, and save format * Support automatic data augmentation -- GitLab