diff --git a/RELEASE.md b/RELEASE.md index 89a6e688737..039dd3b7ded 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -51,6 +51,8 @@ #### Federated Learning +- [STABLE] Change the deployment environment of FL-Client. + #### Running Data Recorder - [STABLE] RDR saves collected data files within directories named by Rank ID on distributed training on Ascend, GPU and CPU. @@ -59,9 +61,9 @@ #### Boost -* [BETA] Add LessBN algorithm, achieves 1.14x faster training throughput while maintaining negligible or no impact on the accuracy in our benchmark. -* [BETA] Add gradient frozen algorithm, achieves 1.1x faster training throughput while maintaining negligible on the accuracy in our benchmark. -* [BETA] Add "boost_level" input parameter in the Model interface to control boost level, where you can choose O1/O2 for 1.15x/1.2x faster. +- [BETA] Add LessBN algorithm, achieves 1.14x faster training throughput while maintaining negligible or no impact on the accuracy in our benchmark. +- [BETA] Add gradient frozen algorithm, achieves 1.1x faster training throughput while maintaining negligible on the accuracy in our benchmark. +- [BETA] Add "boost_level" input parameter in the Model interface to control boost level, where you can choose O1/O2 for 1.15x/1.2x faster. ### API Change