update mindspore.boost.rst

This commit is contained in:
hemaohua 2022-03-24 10:01:13 +08:00
parent ff5c1453b1
commit 516beca93e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Boost能够自动加速网络如减少BN/梯度冻结/累积梯度等。
**参数:**
- **level** (str) Boost的配置级别。
- **level** (str) Boost的配置级别,默认值:"O0"
- **boost_config_dict** (dict) 用户可配置的超参字典,建议的格式如下:
.. code-block::